mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-19 03:57:38 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
40
config/e2guardian/site.story
Normal file
40
config/e2guardian/site.story
Normal file
@@ -0,0 +1,40 @@
|
||||
# This is the site level storybook
|
||||
|
||||
# override library functions and add your site level functions here
|
||||
|
||||
#Examples:-
|
||||
|
||||
# General:-
|
||||
|
||||
# If you do not use local files then uncomment the following lines:-
|
||||
#function(localcheckrequest)
|
||||
#function(localsslrequestcheck)
|
||||
#function(localgreycheck)
|
||||
#function(localbannedcheck)
|
||||
#function(localexceptioncheck)
|
||||
#function(localsslcheckrequest)
|
||||
|
||||
# To disable checks on embedded urls then uncomment:-
|
||||
#function(embeddedcheck)
|
||||
|
||||
# If you have bypass enabled then comment out next line:-
|
||||
function(checknobypasslists)
|
||||
|
||||
# If you have av scanning enabled then comment out next 2 lines:-
|
||||
function(checknoscanlists)
|
||||
function(checknoscantypes)
|
||||
|
||||
# If you only want exception extensions/mime filetypes to be allowed
|
||||
# then uncomment the following 4 lines
|
||||
#function(checkfiletype)
|
||||
#if(mimein, exceptionmime) return false
|
||||
#if(extensionin, exceptionextension) return false
|
||||
#if(true) return setblock
|
||||
|
||||
|
||||
# For ICAP mode:-
|
||||
|
||||
# If you are using squid bump for https interception uncomment
|
||||
# next 2 lines
|
||||
#function(icapsquidbump)
|
||||
#if(true) return true
|
Reference in New Issue
Block a user