Skip to content

Commit 9da6359

Browse files
committed
chore(csp): fix typo in baseline indicator inline js hash
1 parent 0995e33 commit 9da6359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const CSP_SCRIPT_SRC_VALUES = [
9292
// - Previous hash (to avoid cache invalidation issues):
9393
// null
9494
// - Current hash:
95-
"'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw=''",
95+
"'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw='",
9696
];
9797
export const CSP_DIRECTIVES = {
9898
"default-src": ["'self'"],

0 commit comments

Comments
 (0)