We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c73d1 + 7f1e618 commit b3ced1eCopy full SHA for b3ced1e
packages/csp-header/src/constants/values.ts
@@ -14,7 +14,7 @@ export const ALLOW_POPUPS_TO_ESACPE_SANDBOX = ALLOW_POPUPS_TO_ESCAPE_SANDBOX;
14
export const ALLOW_PRESENTATION = "allow-presentation";
15
export const ALLOW_SAME_ORIGIN = "allow-same-origin";
16
export const ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION = "allow-storage-access-by-user-activation";
17
-export const ALLOW_SCRIPTS = "allow-allow-scripts";
+export const ALLOW_SCRIPTS = "allow-scripts";
18
export const ALLOW_TOP_NAVIGATION = "allow-top-navigation";
19
export const ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION = "allow-top-navigation-by-user-activation";
20
export const BLOB = 'blob:';
0 commit comments