summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-04-29 16:18:17 +0930
committerDaniel Jones <admin@danieljon.es>2019-04-29 16:18:17 +0930
commit44d94d4ead498730c4d9f992e7fb4b5867894064 (patch)
treede6658e67a2aded020e50b1224b1f4f1c0590f33
parentd93be3772fdc53775b45652d09115b7a0e56bacc (diff)
downloadurlopener-44d94d4ead498730c4d9f992e7fb4b5867894064.tar.gz
urlopener-44d94d4ead498730c4d9f992e7fb4b5867894064.zip
added gob
-rw-r--r--urlopen.c25
1 files 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"}
};