We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0995e33 commit 9da6359Copy full SHA for 9da6359
libs/constants/index.js
@@ -92,7 +92,7 @@ export const CSP_SCRIPT_SRC_VALUES = [
92
// - Previous hash (to avoid cache invalidation issues):
93
// null
94
// - Current hash:
95
- "'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw=''",
+ "'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw='",
96
];
97
export const CSP_DIRECTIVES = {
98
"default-src": ["'self'"],
0 commit comments