|
1 | 1 | 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 | +]; |
17 | 20 |
|
18 | 21 | const baseHeadTags = [ |
19 | 22 | { |
|
0 commit comments