Skip to content

Commit

Permalink
fix: allow new GTM inline script
Browse files Browse the repository at this point in the history
Refs: HID-2354, #383
  • Loading branch information
rupl committed Nov 7, 2022
1 parent d5e00d8 commit 161324e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ module.exports = {
'https://www.google.com',
'https://www.gstatic.com',
'www.googletagmanager.com',
// These hashes are for GA and our inline JS+feature detection.
"'sha256-zITkoAg4eI1v3VSFI+ATEQKWvoymQcxmFNojptzmlNw='",
// GTM inline script.
"'sha256-g62AIFyyvfvqRMhNu7QMQ0GMk0Rx+Bbk1KzTy+CzTCI='",
// Inline JS+feature detection.
"'sha256-Ch69wX3la/uD7qfUZRHgam3hofEvI6fesgFgtvG9rTM='",
],
connectSrc: [
Expand Down

0 comments on commit 161324e

Please # to comment.