RFE: Enhanced SELF keyword
Posted: Mon Apr 01, 2013 1:09 pm
This is a minor request, but would help usability when ABE is being used extensively, and I believe it would also make rules more readable.
A common rule pattern is:
To simplify this and reduce typing errors, would it be feasible to introduce a new ABE keyword in the Accept clause, that would mean 'everything in the Site expression'? Maybe SELF*, eg:
A common rule pattern is:
Code: Select all
Site <list of sites or complicated expression>
Accept from <same list or expression>
Deny
Code: Select all
Site .google.com .google.com.au .youtube.com
Accept from SELF*
Anon