Skip to content

Commit b3ced1e

Browse files
authored
Merge pull request #17 from tandrup/patch-1
Fix allow-scripts header
2 parents 74c73d1 + 7f1e618 commit b3ced1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/csp-header/src/constants/values.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const ALLOW_POPUPS_TO_ESACPE_SANDBOX = ALLOW_POPUPS_TO_ESCAPE_SANDBOX;
1414
export const ALLOW_PRESENTATION = "allow-presentation";
1515
export const ALLOW_SAME_ORIGIN = "allow-same-origin";
1616
export const ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION = "allow-storage-access-by-user-activation";
17-
export const ALLOW_SCRIPTS = "allow-allow-scripts";
17+
export const ALLOW_SCRIPTS = "allow-scripts";
1818
export const ALLOW_TOP_NAVIGATION = "allow-top-navigation";
1919
export const ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION = "allow-top-navigation-by-user-activation";
2020
export const BLOB = 'blob:';

0 commit comments

Comments
 (0)