Added georestriction with SFW mode.
This commit is contained in:
@@ -58,6 +58,91 @@ module.exports = {
|
||||
address: 'http://localhost:3000/script.js',
|
||||
siteId: '1b28ac3b-d229-43bf-aec9-75cf0a72a466',
|
||||
},
|
||||
restrictions: {
|
||||
enabled: false,
|
||||
modes: [
|
||||
null, // easier for 0 to mean disabled
|
||||
'block', // 1
|
||||
'censor', // 2
|
||||
],
|
||||
regions: {
|
||||
// Europe
|
||||
DE: 1, // Germany
|
||||
FR: 1, // France
|
||||
GB: 1, // Great Britain / United Kingdom
|
||||
IT: 1, // Italy
|
||||
// Asia & Oceania
|
||||
AU: 1, // Australia
|
||||
CN: 1, // China
|
||||
// Americas
|
||||
US: {
|
||||
AL: 1, // Alabama
|
||||
AR: 1, // Arkansas
|
||||
AZ: 1, // Arizona
|
||||
FL: 1, // Florida
|
||||
GA: 1, // Georgia
|
||||
ID: 1, // Idaho
|
||||
IN: 1, // Indiana
|
||||
KS: 1, // Kansas
|
||||
KY: 1, // Kentucky
|
||||
LA: 1, // Louisiana
|
||||
MO: 1, // Missouri
|
||||
MS: 1, // Mississippi
|
||||
MT: 1, // Montana
|
||||
NC: 1, // North Carolina
|
||||
ND: 1, // North Dakota
|
||||
NE: 1, // Nebraska
|
||||
OH: 1, // Ohio
|
||||
OK: 1, // Oklahoma
|
||||
SC: 1, // South Carolina
|
||||
SD: 1, // South Dakota
|
||||
TN: 1, // Tennessee
|
||||
TX: 1, // Texas
|
||||
UT: 1, // Utah
|
||||
VA: 1, // Virginia
|
||||
WY: 1, // Wyoming
|
||||
}, // only Florida
|
||||
},
|
||||
noVpn: [
|
||||
'AE', // United Arab Emirates
|
||||
'BY', // Belarus
|
||||
'CN', // China
|
||||
'IQ', // Iraq
|
||||
'IR', // Iran
|
||||
'KP', // North Korea
|
||||
'OM', // Oman
|
||||
'RU', // Russia
|
||||
'TM', // Turkmenistan
|
||||
'TR', // Turkey
|
||||
],
|
||||
censors: [ // additional to default filter
|
||||
'ball',
|
||||
'bisexual',
|
||||
'blow',
|
||||
'blowbang',
|
||||
'condom',
|
||||
'cowgirl',
|
||||
'creampie',
|
||||
'doggy',
|
||||
'facial',
|
||||
'finger',
|
||||
'gay',
|
||||
'hole',
|
||||
'horny',
|
||||
'lesbian',
|
||||
'masturbation',
|
||||
'milf',
|
||||
'missionary',
|
||||
'prolapse',
|
||||
'nymph',
|
||||
'sex',
|
||||
'swallowing',
|
||||
'squirt',
|
||||
'sucking',
|
||||
'threesome',
|
||||
'trans',
|
||||
],
|
||||
},
|
||||
auth: {
|
||||
login: true,
|
||||
signup: true,
|
||||
@@ -101,7 +186,7 @@ module.exports = {
|
||||
},
|
||||
media: {
|
||||
path: './media',
|
||||
assetPath: '/img',
|
||||
assetPath: '',
|
||||
mediaPath: '/media',
|
||||
s3Path: 'https://s3.wasabisys.com',
|
||||
videoRestrictions: [], // entity slugs, _ prefix for networks, hides trailer and teaser videos
|
||||
|
||||
Reference in New Issue
Block a user