--
E2guardian:
https://groups.google.com/d/forum/e2guardian
Github:
https://github.com/e2guardian/e2guardian
Follow us on twitter:
https://twitter.com/e2guardian
---
You received this message because you are subscribed to the Google Groups "e2guardian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e2guardian+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/e2guardian/aebe23d2-1390-43c6-9a84-8322ea9b0326o%40googlegroups.com.
If the site is http then put the url to block in the localbannedurllist.
If it is https you will need to have MITM enabled, and add the url path prefixes that you want to the exceptionurllist, and remove the site name from the exceptionsitelist.
It is not a limitation of e2guardian as such
If you want to do this, you should study both the documentation and the example storyboards carefully before making any changes.
If the site is http then put the url to block in the localbannedurllist.If it is https you will need to have MITM enabled, and add the url path prefixes that you want to the exceptionurllist, and remove the site name from the exceptionsitelist.It is not a limitation of e2guardian as such, but of the standard configuration. It is possible to change the order of list evaluation in v5 by modifying the storyboard logic. If you want to do this, you should study both the documentation and the example storyboards carefully before making any changes.Regards
Philip
From: "sedessap via e2guardian" <e2gua...@googlegroups.com>
To: "e2guardian" <e2gua...@googlegroups.com>
Sent: Wednesday, 10 June, 2020 1:34:43 AM
Subject: Block url in a whitelisted domain--I'm using e2guardian in BlanketBlock/whitelisting mode.If I allow a domain and put it in an exception list, how can I block a url within that domain?I can't put it in a banned list as exception lists override banned lists.Is this a limitation of e2guardian please?
E2guardian:
https://groups.google.com/d/forum/e2guardian
Github:
https://github.com/e2guardian/e2guardian
Follow us on twitter:
https://twitter.com/e2guardian
---
You received this message because you are subscribed to the Google Groups "e2guardian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e2gua...@googlegroups.com.
From: "sedessap via e2guardian" <e2gua...@googlegroups.com>
To: "e2guardian" <e2gua...@googlegroups.com>
--
E2guardian:
https://groups.google.com/d/forum/e2guardian
Github:
https://github.com/e2guardian/e2guardian
Follow us on twitter:
https://twitter.com/e2guardian
---
You received this message because you are subscribed to the Google Groups "e2guardian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e2guardian+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/e2guardian/45931309-3e36-4df2-9097-328175a3ef8co%40googlegroups.com.
function(checkrequest)
if(viruscheckset) checknoscanlists
if(bypassallowset) checknobypasslists
if(blockset) return setblock ###
if(exceptionset) return true
if(fullurlin,searchterms) setsearchterm
ifnot(greyset) returnif localcheckrequest
if(connect) return sslrequestcheck
ifnot(greyset) returnif exceptioncheck
ifnot(greyset) greycheck
ifnot(greyset) returnif bannedcheck
if(fullurlin, change) setmodurl
if(true) returnif embeddedcheck
if(headerin,headermods) setmodheader
if(fullurlin, addheader) setaddheader
if(searchin,override) setexception
if(returnset) return setdone
if(searchin,banned) return setblock
if(fullurlin,redirect) return setredirect
if(true) setgrey
# Exception check
# returns true on match
function(exceptioncheck)
if(urlin, banned) return setblock ###
if(sitein, banned) return setblock ###
if(urlin, exception) return setexception
if(refererin,refererexception) return setexception
if(headerin, exceptionheader) return setexception
if(useragentin, exceptionuseragent) return setexception
ifnot(urlin,embededreferer) return false
if(embeddedin,refererexception) return setexception
# SSL Exception check
# returns true on match
function(sslexceptioncheck)
if(urlin, banned) return setblock ###
if(sitein, banned) return setblock ###
if(sitein, exception) return setexception
if(headerin, exceptionheader) return setexception
if(useragentin, exceptionuseragent) return setexception
if(true) return falseFrom: "sedessap via e2guardian" <e2gua...@googlegroups.com>
To: "e2guardian" <e2gua...@googlegroups.com>
Sent: Thursday, 6 August, 2020 6:11:28 PM
Subject: Re: Block url in a whitelisted domain
--
E2guardian:
https://groups.google.com/d/forum/e2guardian
Github:
https://github.com/e2guardian/e2guardian
Follow us on twitter:
https://twitter.com/e2guardian
---
You received this message because you are subscribed to the Google Groups "e2guardian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e2guardian+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/e2guardian/4a84cf96-2c95-468c-a9c5-90a6971b2e6do%40googlegroups.com.