feat(constants): add two more untouchable sites

This commit is contained in:
wanhose 2020-05-31 12:17:41 +02:00
parent 4b92924b72
commit f5f1ae4aba

View File

@ -1,4 +1,6 @@
export const UNTOUCHABLE_SITES = [
'www.aviva.co.uk',
'www.gamemania.be',
'www.guysandstthomas.nhs.uk',
'www.youtube.com',
];