Skip to content

Commit a3713dd

Browse files
fix: add osano to security headers config (#461)
Signed-off-by: ahmedomosanya <[email protected]>
1 parent dfb6f99 commit a3713dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

edge/security-headers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ function generateCSP(env, isDevServer) {
5353
'https://cdn.platform.linuxfoundation.org/lfx-header-v2-no-zone.js',
5454
'https://cdn.dev.platform.linuxfoundation.org/lfx-footer-no-zone.js',
5555
'https://cdn.staging.platform.linuxfoundation.org/lfx-footer-no-zone.js',
56-
'https://cdn.platform.linuxfoundation.org/lfx-footer-no-zone.js'
56+
'https://cdn.platform.linuxfoundation.org/lfx-footer-no-zone.js',
57+
'https://cmp.osano.com' // Cookie consent
5758
];
5859

5960
const styleSources = [SELF, UNSAFE_INLINE, 'https://use.fontawesome.com/', 'https://communitybridge.org/'];

0 commit comments

Comments
 (0)