You don't need the comma, just use spaces.ssj100 wrote:Just another query. Can I just confirm:
This code means live.com and twitter.com are exempted from the rule (presumably the "comma" separates it out):Code: Select all
Site ^http:// Accept from .live.com, .twitter.com Deny from ^https://
If you don't want to exempt anything just omit the "Accept" clause:ssj100 wrote: This code means nothing is exempt from the rule (I notice I have to put the "full stop" to ensure the code works):Code: Select all
Site ^http:// Accept from . Deny from ^https://
Code: Select all
Site http:
Deny from https:
per al9_x's suggestion, denying just INClusions has the same security properties but is more usable:
Code: Select all
Site http:
Deny INC from https: