diff options
| author | sostler <sbostler@gmail.com> | 2010-05-05 00:09:52 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-05 00:09:52 -0400 |
| commit | 25eedbbc592159db60fd22dac05391001d31c328 (patch) | |
| tree | 027643b58d4b1cea208488b7c5477cf947909dc4 /static/js/invalid_domains.js | |
| parent | 93a514a67c0560918469e367c1146e6bf0876030 (diff) | |
Added url blacklist
Diffstat (limited to 'static/js/invalid_domains.js')
| -rw-r--r-- | static/js/invalid_domains.js | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js new file mode 100644 index 0000000..67f6a8f --- /dev/null +++ b/static/js/invalid_domains.js @@ -0,0 +1,63 @@ +var InvalidDomains = [ + "http://13gb.com", + "http://69.42.73.10", + "http://amitkulkarni.info", + "http://catcatcat.com", + "http://celebskin.com", + "http://current.com", + "http://files.shroomery.org", + "http://guides.macrumors.com", + "http://henshin.250x.com", + "http://i.pbase.com", + "http://images.nintendolife.com", + "http://img.bettersoft.de", + "http://izismile.com", + "http://izismile.com", + "http://izismile.com/img", + "http://mytextgraphics.com", + "http://nexus404.com", + "http://nintendolife.com", + "http://nofatclips.com", + "http://portfolio.deeperstudy.com", + "http://ru.fishki.net", + "http://ski.far.ru", + "http://tripod.com", + "http://uallknow.com", + "http://victoryaworld.com", + "http://images.4chan.org", + "http://www.4chan.org", + "http://www.angelfire.com", + "http://www.animation-central.com", + "http://www.arrested.com", + "http://www.b3tards.com", + "http://www.bloody-disgusting.com", + "http://www.commenthaven.com", + "http://www.coolnotions.com", + "http://www.creepygif.com", + "http://www.dailymakeover.com", + "http://www.fortunecity.com", + "http://www.gifbin.com", + "http://www.goatse.fr", + "http://www.hail-to-the-thief.org", + "http://www.knowledgebase-script.com", + "http://www.markagame.ru", + "http://www.masternewmedia.org", + "http://www.mortalkombatonline.com", + "http://www.mymodernmagic.com", + "http://www.mystkittsdivebuddy.com", + "http://www.nudecelebritieshentai.com", + "http://www.oldtimestrongman.com", + "http://www.popularpages.net", + "http://www.retrojunk.com", + "http://www.schm032.com", + "http://www.sevenoaksart.co.uk", + "http://www.suicidekiss.com", + "http://www.thecinemasource.com", + "http://www.veryboy.fr", + "http://www.vintagecomputing.com", + "http://www.virtuallandmedia.com", + "http://www.whudat.com", + "http://www.willrich.supanet.com", + "http://www.ysmarko.com", + "http://xxxspacegirls.us" +];
\ No newline at end of file |
