Skip to content

Commit

Permalink
adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 25, 2024
1 parent a77dde6 commit 1404597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/dotcom_web/plugs/secure_headers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ defmodule DotcomWeb.Plugs.SecureHeaders do
script: ~w[
script-src
'nonce-{NONCE}'
'self'
'strict-dynamic'
'unsafe-inline'
*.arcgis.com
*.google.com
Expand All @@ -67,6 +65,7 @@ defmodule DotcomWeb.Plugs.SecureHeaders do
www.google-analytics.com
www.gstatic.com
https://*.googletagmanager.com
'self'
],
style: ~w[style-src 'self' 'unsafe-inline' www.gstatic.com],
require: ~w[require-trusted-types-for 'script'],
Expand Down

0 comments on commit 1404597

Please sign in to comment.