Skip to content

Commit

Permalink
fix: Google Tag Manager inline CSP hash (#1471)
Browse files Browse the repository at this point in the history
Fix the hash used by the Content Security Policy to allow
the Google Tag Manager inline script to run.
  • Loading branch information
patheard authored Oct 6, 2023
1 parent b94407e commit 09d1d74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function cds_security_headers($headers)
"'sha256-xaR/y3UVa5H2DSzsDCewTCwStKccNcghTcH3caE7/ok='",
"'sha256-zR0p2KmH+27/29a/Au4gPdgseccjj6bQ1s//IxzxJW4='",
"'sha256-2SmtX8FleooXSbJX4JL6SeaaNY70u0nxCQvR/Gg2EHA='",
"'sha256-s4EE5d1+f+RnH0ld3ft0gIBFP9SYvXd0vW4sntyjQhQ='",
"'sha256-oZcz0w2RWHkYSMQ8YVYNBR9cguVgzGE9AQFBA8cl0Ic='",
"https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js",
"https://www.canada.ca/etc/designs/canada/wet-boew/js/wet-boew.min.js",
"https://www.canada.ca/etc/designs/canada/wet-boew/js/theme.min.js",
Expand Down

0 comments on commit 09d1d74

Please sign in to comment.