Code: Select all
Site thissite.com
Accept ALL from thissite.com
Deny ALL
Code: Select all
Site thissite.com
Accept ALL from thissite.com
Deny ALL
Code: Select all
Site thissite.com
Accept from SELF
Deny
Code: Select all
Site .thissite.com
Accept from SELF++
Deny
Code: Select all
Site .thissite.com
Accept from SELF++
Deny
Code: Select all
# block any load originating from .thissite.com,
# except when the destination is .thissite.com itself
# both the rules need to be put in the same ruleset, in this exact order
Site .thissite.com
Accept
Site *
Deny from .thissite.com
Code: Select all
<img src="http://bank.example.com/withdraw?account=bob&amount=1000000&for=mallory">
Code: Select all
Site .myspace.com
Accept ALL from SELF++
Deny ALL