We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a4bb4 commit 0995e33Copy full SHA for 0995e33
libs/constants/index.js
@@ -88,6 +88,11 @@ export const CSP_SCRIPT_SRC_VALUES = [
88
"'sha256-XNBp89FG76amD8BqrJzyflxOF9PaWPqPqvJfKZPCv7M='",
89
// - Current hash:
90
"'sha256-YCNoU9DNiinACbd8n6UPyB/8vj0kXvhkOni9/06SuYw='",
91
+ // 2. `components/baseline-indicator/inline.js`
92
+ // - Previous hash (to avoid cache invalidation issues):
93
+ // null
94
+ // - Current hash:
95
+ "'sha256-PZjP7OR6mBEtnvXIZfCZ5PuOlxoDF1LDZL8aj8c42rw=''",
96
];
97
export const CSP_DIRECTIVES = {
98
"default-src": ["'self'"],
0 commit comments