From 44d94d4ead498730c4d9f992e7fb4b5867894064 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 29 Apr 2019 16:18:17 +0930 Subject: added gob --- urlopen.c | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/urlopen.c b/urlopen.c index 4d9febb..6ea5358 100644 --- a/urlopen.c +++ b/urlopen.c @@ -57,18 +57,19 @@ char *forceddomains[][2] = * will be the number, don't add the protocol identifier * the www subdomain is considered a different domain */ - {"youtube.com", "2"}, - {"m.youtube.com", "2"}, - {"www.youtube.com", "2"}, - {"youtu.be", "2"}, - {"v.redd.it", "2"}, - {"streamable.com", "2"}, - {"www.streamable.com", "2"}, - {"files.slack.com", "4"}, - {"reddit.com", "4"}, - {"www.reddit.com", "4"}, - {"mod.reddit.com", "4"}, - {"redd.it", "4"} + {"youtube.com", "2"}, + {"m.youtube.com", "2"}, + {"www.youtube.com", "2"}, + {"youtu.be", "2"}, + {"v.redd.it", "2"}, + {"streamable.com", "2"}, + {"www.streamable.com", "2"}, + {"files.slack.com", "4"}, + {"reddit.com", "4"}, + {"www.reddit.com", "4"}, + {"mod.reddit.com", "4"}, + {"redd.it", "4"} + {"globaloffensivebot.com", "4"} }; -- cgit v1.2.3