Simon Hunt

CORD-GUI: added parental-control category data file.

Change-Id: I46ad114fbab214483a8df1310bd08f1621254482
1 +{
2 + "_comment_": "Parental Control Categories - data file",
3 +
4 + "level_order": [
5 + "OFF", "G", "PG", "PG_13", "R", "NONE"
6 + ],
7 +
8 + "category_order": [
9 + "Safe", "Search", "Shopping", "Sports", "Privacy", "Dating", "Games",
10 + "Social", "Illegal", "Weapons", "Drugs", "Gambling", "Cyberbully",
11 + "Pornography", "Adult", "Anonymizers", "Suicide", "Malware"
12 + ],
13 +
14 + "descriptions": {
15 + "Safe": [
16 + "."
17 + ],
18 + "Search": [
19 + "Sites which provide the ability to perform searches for specific ",
20 + "topics or websites across the entire Internet, and which display ",
21 + "results in a multi-page format that allows material to be sorted ",
22 + "based on content, topic, or file type."
23 + ],
24 + "Shopping": [
25 + "."
26 + ],
27 + "Sports": [
28 + "Sites which analyze, promote, or providing information about ",
29 + "competitive sports and its fans whether official or unofficial."
30 + ],
31 + "Privacy": [
32 + "Sites which provide hosted online advertising intended to attract ",
33 + "web traffic, deliver marketing messages or capture email addresses."
34 + ],
35 + "Dating": [
36 + "Sites which promote or provide the opportunity for establishing ",
37 + "romantic relationship."
38 + ],
39 + "Games": [
40 + "Sites which related to the development, promotion, review, and ",
41 + "enjoyment of online, PC, and console videogaming."
42 + ],
43 + "Social": [
44 + "Sites which facilitate online socializing and the development or ",
45 + "maintenance of personal and professional relationships across ",
46 + "geographical and organizational boundaries."
47 + ],
48 + "Illegal": [
49 + "Sites which promote or provide the means to practice illegal or ",
50 + "unauthorized acts using computer-programming skills. And sites ",
51 + "which offer custom academic writing services for free or for ",
52 + "purchase. These sites are geared toward students who do not want ",
53 + "to write their own papers, but will download or buy previously ",
54 + "written or custom written papers."
55 + ],
56 + "Weapons": [
57 + "Sites which sell, manufacture, or describe the manufacture of weapons."
58 + ],
59 + "Drugs": [
60 + "Sites which promote, offer, sell, supply, encourage or otherwise ",
61 + "advocate the recreational or illegal use, cultivation, manufacture, ",
62 + "or distribution of drugs, pharmaceuticals, intoxicating plants or ",
63 + "chemicals and their related paraphernalia. And sites which glamorize, ",
64 + "glorify, tout or otherwise encourage the consumption of alcohol. And ",
65 + "sites which sell, glamorize, enable or encourage the use of tobacco ",
66 + "and tobacco-related products."
67 + ],
68 + "Gambling": [
69 + "."
70 + ],
71 + "Cyberbully": [
72 + "Sites or pages where people post targeted, deliberate and slanderous ",
73 + "or offensive content about other people with the INTENT to torment, ",
74 + "threaten, humiliate or defame them. Content is often sexual, ",
75 + "malicious or hostile in nature and is submitted via interactive ",
76 + "digital technology. And sites which advocate hostility, aggression ",
77 + "and the denigration of an individual or group on the basis of race, ",
78 + "religion, gender, nationality, ethnic origin, or other involuntary ",
79 + "characteristics. Sites that use purported scientific or commonly ",
80 + "accredited methods to justify inequality, aggression, and hostility."
81 + ],
82 + "Pornography": [
83 + "Sites which contain explicit material for the purpose of causing ",
84 + "sexual excitement or arousing lascivious interest."
85 + ],
86 + "Adult": [
87 + "Sites which contain sexually explicit information that is not ",
88 + "medical or scientific nature and yet are also not pornographic. ",
89 + "And sites which feature social or family nudism/naturism, nudist ",
90 + "camps/resorts, or „nudist-only‟ travel."
91 + ],
92 + "Anonymizers": [
93 + "Sites which provide anonymous access to websites through a PHP or ",
94 + "CGI proxy, allowing users to gain access to websites blocked by ",
95 + "corporate and school proxies as well as parental control filtering ",
96 + "solutions."
97 + ],
98 + "Suicide": [
99 + "Sites which advocate, normalize, or glamourize repetitive and ",
100 + "deliberate ways to inflict non-fatal harm to oneself. And sites ",
101 + "advocating or glorifying suicide as well as educating people on how ",
102 + "to commit suicide."
103 + ],
104 + "Malware": [
105 + "Sites where the domain was found to either contain malware or take ",
106 + "advantage of other exploits to deliver adware, spyware or malware. ",
107 + "And Sites that contain direct links to malware file downloads: ",
108 + ".exe, .dll, .ocx, and others. These URLs are generally highly malicious."
109 + ]
110 + },
111 +
112 + "_prohibited_comment_": [
113 + "Note: Level OFF prohibits everything; level NONE prohibits nothing.",
114 + " Levels G, PG, PG_13, R prohibitions listed below:"
115 + ],
116 +
117 + "prohibited": {
118 + "G": [
119 + "Games", "Social", "Illegal", "Weapons", "Drugs", "Gambling",
120 + "Cyberbully", "Pornography", "Adult", "Anonymizers", "Suicide", "Malware"
121 + ],
122 + "PG": [
123 + "Social", "Illegal", "Weapons", "Drugs", "Gambling",
124 + "Cyberbully", "Pornography", "Adult", "Anonymizers", "Suicide", "Malware"
125 + ],
126 + "PG_13": [
127 + "Illegal", "Weapons", "Drugs", "Gambling",
128 + "Cyberbully", "Pornography", "Adult", "Anonymizers", "Suicide", "Malware"
129 + ],
130 + "R": [
131 + "Pornography", "Adult", "Anonymizers", "Suicide", "Malware"
132 + ]
133 + }
134 +}