OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 """NSFW urls in the Alexa top 2000 sites.""" | |
6 nsfw_urls = set([ | |
7 "http://xhamster.com/", | |
8 "http://xvideos.com/", | |
9 "http://livejasmin.com/", | |
10 "http://pornhub.com/", | |
11 "http://redtube.com/", | |
12 "http://youporn.com/", | |
13 "http://xnxx.com/", | |
14 "http://tube8.com/", | |
15 "http://youjizz.com/", | |
16 "http://adultfriendfinder.com/", | |
17 "http://hardsextube.com/", | |
18 "http://yourlust.com/", | |
19 "http://drtuber.com/", | |
20 "http://beeg.com/", | |
21 "http://largeporntube.com/", | |
22 "http://nuvid.com/", | |
23 "http://bravotube.net/", | |
24 "http://spankwire.com/", | |
25 "http://discreethearts.com/", | |
26 "http://keezmovies.com/", | |
27 "http://xtube.com/", | |
28 "http://alphaporno.com/", | |
29 "http://4tube.com/", | |
30 "http://nudevista.com/", | |
31 "http://porntube.com/", | |
32 "http://xhamstercams.com/", | |
33 "http://porn.com/", | |
34 "http://video-one.com/", | |
35 "http://perfectgirls.net/", | |
36 "http://slutload.com/", | |
37 "http://sunporno.com/", | |
38 "http://tnaflix.com/", | |
39 "http://pornerbros.com/", | |
40 "http://snapdeal.com/", | |
41 "http://costco.com/", | |
mdempsky
2014/03/24 23:00:05
I think snapdeal.com and costco.com are SFW?
| |
42 "http://h2porn.com/", | |
43 "http://adult-empire.com/", | |
44 "http://pornhublive.com/", | |
45 "http://sexitnow.com/", | |
46 "http://pornsharia.com/", | |
47 "http://freeones.com/", | |
48 "http://tubegalore.com/", | |
49 "http://xvideos.jp/", | |
50 "http://brazzers.com/", | |
51 "http://fapdu.com/", | |
52 "http://pornoxo.com/", | |
53 "http://extremetube.com/", | |
54 "http://hot-sex-tube.com/", | |
55 "http://xhamsterhq.com/", | |
56 "http://18andabused.com/", | |
57 "http://tubepleasure.com/", | |
58 "http://18schoolgirlz.com/", | |
59 "http://chaturbate.com/", | |
60 "http://motherless.com/", | |
61 "http://yobt.com/", | |
62 "http://empflix.com/", | |
63 "http://hellporno.com/", | |
64 "http://ashemaletube.com/", | |
65 "http://watchmygf.com/", | |
66 "http://redtubelive.com/", | |
67 "http://met-art.com/", | |
68 "http://gonzoxxxmovies.com/", | |
69 "http://shufuni.com/", | |
70 "http://vid2c.com/", | |
71 "http://dojki.com/", | |
72 "http://cerdas.com/", | |
73 "http://overthumbs.com/", | |
74 "http://xvideoslive.com/", | |
75 "http://playboy.com/", | |
76 "http://caribbeancom.com/", | |
77 "http://tubewolf.com/", | |
78 "http://xmatch.com/", | |
79 "http://ixxx.com/", | |
80 "http://nymphdate.com/", | |
81 ]) | |
OLD | NEW |