Skip to content

Commit

Permalink
[chore] Update cors policy (#559)
Browse files Browse the repository at this point in the history
* update cors policy

* update cors policy, add additional hashes
  • Loading branch information
sserrata authored Dec 11, 2023
1 parent 4a45e5e commit b2ec558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; script-src 'report-sample' 'self' 'unsafe-eval' 'sha256-eHA/c1eEwnVIP0JdQf5OoHlH0twlYKVdCPpF0Uxun4U=' 'sha256-HEXSlCvj5t1knUX5S9reED7mj347MrX5NNWmhVKV3AY=' 'sha256-LJv39KYSfXELQ23XLwGsxKqh55fWlLAveXNhE4GJztE=' 'sha256-zkIfJey2QJSMWsoE/xLvQ6GebR1o8N9s0f9cjTQ7mS0=' 'sha256-IfbgmjMKKAFfhR1EW5CeLOLA6QyZyVAEeldA3Hbac90=' https://www.google-analytics.com https://ssl.google-analytics.com https://www.googletagmanager.com https://*.googletagmanager.com https://www.google.com/recaptcha/enterprise.js https://www.gstatic.com https://tagmanager.google.com https://static.hotjar.com https://script.hotjar.com https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com; style-src 'report-sample' 'self' 'unsafe-inline' https://fonts.googleapis.com https://use.fontawesome.com pan.dev https://tagmanager.google.com https://fonts.googleapis.com; object-src 'none'; base-uri 'self'; font-src 'self' data: https://fonts.gstatic.com https://use.fontawesome.com; img-src 'self' data: https://cdn-images-1.medium.com https://medium.com https://www.datocms-assets.com https://www.google-analytics.com https://pan.dev https://raw.githubusercontent.com https://googletagmanager.com https://*.google-analytics.com https://*.googletagmanager.com https://avatars.githubusercontent.com https://github.com https://cdn.twistlock.com https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com https://*.2o7.net https://ssl.gstatic.com https://www.gstatic.com; worker-src 'none'; connect-src https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com https://stats.g.doubleclick.net https://www.google-analytics.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*.paloaltonetworks.com https://cors.pan.dev https://*.algolia.net https://*.googleapis.com https://analytics.google.com https://*.hotjar.com wss://ws.hotjar.com https://*.hotjar.io; frame-src 'self' https://www.google.com https://*.demdex.net;"
"value": "default-src 'self'; script-src 'report-sample' 'self' 'unsafe-eval' 'sha256-iIf+c/EMxKD/FXoUDy0YsZ3mE+JhzPsmR+aVbrjkdwM=' 'sha256-mC5lwOEBZZZXJoN3sDvzxnxAdNIEKujq9NSXgmhc4HM=' 'sha256-eHA/c1eEwnVIP0JdQf5OoHlH0twlYKVdCPpF0Uxun4U=' 'sha256-HEXSlCvj5t1knUX5S9reED7mj347MrX5NNWmhVKV3AY=' 'sha256-LJv39KYSfXELQ23XLwGsxKqh55fWlLAveXNhE4GJztE=' 'sha256-zkIfJey2QJSMWsoE/xLvQ6GebR1o8N9s0f9cjTQ7mS0=' 'sha256-IfbgmjMKKAFfhR1EW5CeLOLA6QyZyVAEeldA3Hbac90=' 'sha256-iIf+c/EMxKD/FXoUDy0YsZ3mE+JhzPsmR+aVbrjkdwM=' https://www.google-analytics.com https://ssl.google-analytics.com https://www.googletagmanager.com https://*.googletagmanager.com https://www.google.com/recaptcha/enterprise.js https://www.gstatic.com https://tagmanager.google.com https://static.hotjar.com https://script.hotjar.com https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com; style-src 'report-sample' 'self' 'unsafe-inline' https://fonts.googleapis.com https://use.fontawesome.com pan.dev https://tagmanager.google.com https://fonts.googleapis.com; object-src 'none'; base-uri 'self'; font-src 'self' data: https://fonts.gstatic.com https://use.fontawesome.com; img-src 'self' data: https://cdn-images-1.medium.com https://medium.com https://www.datocms-assets.com https://www.google-analytics.com https://pan.dev https://raw.githubusercontent.com https://googletagmanager.com https://*.google-analytics.com https://*.googletagmanager.com https://avatars.githubusercontent.com https://github.com https://cdn.twistlock.com https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com https://*.2o7.net https://ssl.gstatic.com https://www.gstatic.com; worker-src 'none'; connect-src https://*.demdex.net https://cm.everesttech.net https://assets.adobedtm.com https://stats.g.doubleclick.net https://www.google-analytics.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*.paloaltonetworks.com https://cors.pan.dev https://*.algolia.net https://*.googleapis.com https://analytics.google.com https://*.hotjar.com wss://ws.hotjar.com https://*.hotjar.io https://panwprod.*.net https://pan.dev; frame-src 'self' https://www.google.com https://*.demdex.net https://td.doubleclick.net;"
}
]
}
Expand Down

0 comments on commit b2ec558

Please sign in to comment.