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 dfb6f99 commit a3713ddCopy full SHA for a3713dd
edge/security-headers.js
@@ -53,7 +53,8 @@ function generateCSP(env, isDevServer) {
53
'https://cdn.platform.linuxfoundation.org/lfx-header-v2-no-zone.js',
54
'https://cdn.dev.platform.linuxfoundation.org/lfx-footer-no-zone.js',
55
'https://cdn.staging.platform.linuxfoundation.org/lfx-footer-no-zone.js',
56
- 'https://cdn.platform.linuxfoundation.org/lfx-footer-no-zone.js'
+ 'https://cdn.platform.linuxfoundation.org/lfx-footer-no-zone.js',
57
+ 'https://cmp.osano.com' // Cookie consent
58
];
59
60
const styleSources = [SELF, UNSAFE_INLINE, 'https://use.fontawesome.com/', 'https://communitybridge.org/'];
0 commit comments