Skip to content

Commit 74e105f

Browse files
authored
Merge pull request #210 from Teradata/update/allowed-list
chore(security): update CSP to support Intellimize and TrustArc integ…
2 parents 35c1008 + 915ad74 commit 74e105f

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

src/config/baseHeadTags.js

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
const allowedUrls = [
2-
'https://www.teradata.com',
3-
'https://*.teradata.com',
4-
'https://avatars.githubusercontent.com',
5-
'https://github.com',
6-
'https://kit.fontawesome.com/',
7-
'https://ka-f.fontawesome.com/',
8-
'https://fonts.googleapis.com/',
9-
'https://fonts.gstatic.com/',
10-
'https://www.google-analytics.com/',
11-
'https://analytics.google.com/',
12-
'https://www.googletagmanager.com/',
13-
'https://td.doubleclick.net/',
14-
'https://www.youtube.com/',
15-
'https://*.algolia.net/',
16-
];
2+
'https://www.teradata.com',
3+
'https://*.teradata.com',
4+
'https://avatars.githubusercontent.com',
5+
'https://github.com',
6+
'https://kit.fontawesome.com/',
7+
'https://ka-f.fontawesome.com/',
8+
'https://fonts.googleapis.com/',
9+
'https://fonts.gstatic.com/',
10+
'https://www.google-analytics.com/',
11+
'https://analytics.google.com/',
12+
'https://www.googletagmanager.com/',
13+
'https://td.doubleclick.net/',
14+
'https://www.youtube.com/',
15+
'https://*.algolia.net/',
16+
'https://cdn.intellimize.co',
17+
'https://consent.trustarc.com',
18+
'https://*.trustarc.com'
19+
];
1720

1821
const baseHeadTags = [
1922
{

0 commit comments

Comments
 (0)