From f5f1ae4aba51a1015b220f9c228c9a0ada28e3d6 Mon Sep 17 00:00:00 2001 From: wanhose Date: Sun, 31 May 2020 12:17:41 +0200 Subject: [PATCH] feat(constants): add two more untouchable sites --- src/js/modules/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/modules/constants.js b/src/js/modules/constants.js index 8baac55..097eb27 100644 --- a/src/js/modules/constants.js +++ b/src/js/modules/constants.js @@ -1,4 +1,6 @@ export const UNTOUCHABLE_SITES = [ 'www.aviva.co.uk', + 'www.gamemania.be', + 'www.guysandstthomas.nhs.uk', 'www.youtube.com', ]; \ No newline at end of file