p***@public.gmane.org
2012-08-08 00:26:57 UTC
Patch implements functions similar to Firefox addon RequestPolicy. [1]
It allows user to control automatic requests more flexible than
filter_auto_requests option. Patch removes this option and replaces it
with file .dillo/domainrc that looks like this:
default deny
wikipedia.org .wikimedia.org
wikisource.org .wikimedia.org
wikitionary.org .wikimedia.org
wikiversity.org .wikimedia.org
That way most requests are denied, but images on wikipedia are loaded
from wikimedia.org without clicking on them.
Patterns can start with "." to allow subdomains.
Special pattern "*" can be used to allow requests to any domains from
some domain (for example if it is a website full of external images) or
to allow requests from any domain to some domain (maybe CDN).
Without domainrc file all cross-domain requests are denied.
[1] https://www.requestpolicy.com/
It allows user to control automatic requests more flexible than
filter_auto_requests option. Patch removes this option and replaces it
with file .dillo/domainrc that looks like this:
default deny
wikipedia.org .wikimedia.org
wikisource.org .wikimedia.org
wikitionary.org .wikimedia.org
wikiversity.org .wikimedia.org
That way most requests are denied, but images on wikipedia are loaded
from wikimedia.org without clicking on them.
Patterns can start with "." to allow subdomains.
Special pattern "*" can be used to allow requests to any domains from
some domain (for example if it is a website full of external images) or
to allow requests from any domain to some domain (maybe CDN).
Without domainrc file all cross-domain requests are denied.
[1] https://www.requestpolicy.com/