Skip to content

Commit

Permalink
fix change dynamic masking service host
Browse files Browse the repository at this point in the history
  • Loading branch information
zip committed May 15, 2024
1 parent ce55a79 commit 787e0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metabase/server/middleware/security.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
(map (partial format "'sha256-%s'") inline-js-hashes)))
:child-src ["'self'"
;; TODO - double check that we actually need this for Google Auth
"https://accounts.google.com https://en.wikipedia.org https://streamlit.ing.getjerry.com https://chatdata.ing.getjerry.com https://chatdata-prod.ing.getjerry.com https://chatdata-dev.ing.getjerry.com http://me.mydomain.com https://dynamic-masking.ing.getjerry.com"]
"https://accounts.google.com https://en.wikipedia.org https://streamlit.ing.getjerry.com https://chatdata.ing.getjerry.com https://chatdata-prod.ing.getjerry.com https://chatdata-dev.ing.getjerry.com http://me.mydomain.com http://dynamic-masking-service"]
:style-src ["'self'"
"'unsafe-inline'"
"https://accounts.google.com"]
Expand All @@ -85,7 +85,7 @@
;; Metabase Integration
"metabase-proxy.getjerry.com"
;; Pii masking
"dynamic-masking.ing.getjerry.com"
"dynamic-masking-service"
;; Google analytics
(when (public-settings/anon-tracking-enabled)
"www.google-analytics.com")
Expand Down

0 comments on commit 787e0c6

Please sign in to comment.