src/server/utilities/cspHeader/domainLists.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/*
 * Exported arrays of domains used in the CSP Utility
 */

export const bbcDomains = [
  '*.bbc.co.uk',
  '*.bbc.com',
  '*.bbci.co.uk',
  '*.bbci.com',
];

export const advertisingServiceCountryDomains = [
  'https://*.google.co.ve',
  'https://*.google.ru',
  'https://*.google.co.in',
  'https://*.google.com.br',
  'https://*.google.com.mx',
  'https://*.google.com.ec',
  'https://*.google.cl',
  'https://*.google.com.eg',
  'https://*.google.com.sa',
  'https://*.google.com.co',
  'https://*.google.com.ar',
  'https://*.google.com.ua',
  'https://*.google.com.pe',
  'https://*.google.kz',
  'https://*.google.com.hk',
  'https://*.google.es',
  'https://*.google.co.jp',
  'https://*.google.ae',
  'https://*.google.com.tw',
  'https://*.google.com.uy',
  'https://*.google.co.il',
  'https://*.google.com.pr',
  'https://*.google.com.bo',
  'https://*.google.iq',
  'https://*.google.com.gt',
  'https://*.google.com.sg',
  'https://*.google.com.tr',
  'https://*.google.com.pk',
  'https://*.google.de',
  'https://*.google.ca',
  'https://*.google.com.vn',
  'https://*.google.com.py',
  'https://*.google.com.ng',
  'https://*.google.jo',
  'https://*.google.se',
  'https://*.google.com.au',
  'https://*.google.it',
  'https://*.google.com.kh',
  'https://*.google.co.nz',
  'https://*.google.az',
  'https://*.google.fi',
  'https://*.google.com.ro',
  'https://*.google.co.id',
  'https://*.google.ie',
  'https://*.google.cz',
  'https://*.google.com.cy',
  'https://*.google.at',
  'https://*.google.nl',
  'https://*.google.cv',
  'https://*.google.com.mt',
  'https://*.google.dk',
  'https://*.google.com.af',
  'https://*.google.fr',
  'https://*.google.no',
  'https://*.google.com.sv',
  'https://*.google.hn',
  'https://*.google.be',
  'https://*.google.com.ni',
  'https://*.google.ch',
  'https://*.google.co.kr',
  'https://*.google.pl',
  'https://*.google.com.mm',
  'https://*.google.so',
  'https://*.google.co.tz',
  'https://*.google.com.np',
  'https://*.google.lk',
  'https://*.google.lv',
  'https://*.google.ge',
  'https://*.covatic.io',
  'https://*.doubleverify.com',
];