Enable |
Disable |
No Change |
Action |
Description |
|
|
|
add-header |
Adds HTTP headers. |
|
|
|
block |
Block the request |
|
|
|
content-type-overwrite |
Replace Content-Type header. By default it only applies to
text documents, but if you know what you're doing you
can enable force-text-mode to modify binary content types as well. |
|
|
|
|
New Content-Type:
|
|
|
|
crunch-client-header |
Remove header(s) matching the supplied pattern. |
|
|
|
crunch-if-none-match |
Remove If-None-Match header. Useful for filter testing
and to make sure the header can't be used to track your visits. |
|
|
|
crunch-incoming-cookies |
Prevent the website from setting cookies on your system. |
|
|
|
crunch-outgoing-cookies |
Prevent the website from reading cookies from your system. |
|
|
|
crunch-server-header |
Remove server header(s) matching the supplied pattern. |
|
|
|
deanimate-gifs |
Replace animated GIFs with their (first/last) frame. |
|
|
|
|
Use the |
|
|
|
downgrade-http-version |
Change HTTP/1.1 requests to HTTP/1.0. Only change if you know
what you're doing! |
|
|
|
fast-redirects |
Bypass some click-tracking URLs. |
|
|
|
|
|
|
|
|
filter * |
Filter the website through regular expression
filters. You can use the radio buttons on this line to disable
all filters applied by previous rules, and/or you can enable or
disable the filters individually below. |
@filter-params@
|
|
|
filter-client-headers |
Apply filters to the client headers as well. Only enable this if you know what you're doing. |
|
|
|
filter-server-headers |
Apply filters to the server headers as well. Only enable this if you know what you're doing. |
|
|
|
force-text-mode |
Enable filtering on documents whose Content-Type wasn't recognized as text.
Do think twice, nothing is alright.
|
|
|
|
handle-as-empty-document |
Block with an empty document instead of an Image or HTML message.
The empty document contains only a space and can safely be parsed
as JavaScript or Style Sheet. Use content-type-overwrite to specify the
Content-Type, default is text/html .
|
|
|
|
handle-as-image |
Request is for an image (only useful in conjunction with the block
and set-image-blocker actions). |
|
|
|
hide-accept-language |
Pretend to have different language settings. (Makes a fake User-Agent more believable,
but can lead to foreign content.) |
|
|
|
|
|
|
|
|
hide-content-disposition |
Block or overwrite the content-disposition header. Useful to view a document inside the browser,
even if you were supposed to save it first, or to change the suggested file name. |
|
|
|
|
|
|
|
|
hide-forwarded-for-headers |
Block any existing X-Forwarded-for header, and do not add a new one. |
|
|
|
hide-from-header |
Stop old web browsers from sending the user's e-mail address with
every request. |
|
|
|
hide-if-modified-since |
Remove or randomize If-Modified-Since header. |
|
|
|
|
Useful for filter testing.
minute(s).
To appreciate this option a small amount of paranoia is required,
but at least in theory the If-Modified-Since header could be used
to keep track of your visits.
|
|
|
|
hide-referrer |
Helps prevent tracking by not sending the URL of the previous web
page. |
|
|
|
|
(breaks images
on some free web hosts).
(fools checks for in-site links.)
|
|
|
|
hide-user-agent |
Pretend to be using a different web browser. (Breaks many web
sites). |
|
|
|
|
User Agent string to send:
|
|
|
|
inspect-jpegs |
Checks jpeg images for malicious content. |
|
|
|
kill-popups |
Filter the website through a built-in filter to disable many JavaScript
pop-up windows. |
|
|
|
limit-connect |
Specify which ports are allowed for SSL (HTTP CONNECT) access.
Note that this allows arbitrary tunnelling, so opening all
ports would be a security hole. |
|
|
|
|
Legal SSL ports (comma separated, ranges allowed):
|
|
|
|
overwrite-last-modified |
Remove or randomize If-Modified-Since header. |
|
|
|
|
|
|
|
|
prevent-compression |
Disables compression. Compressed web pages are faster to
download, but cannot be filtered with filter
or kill-popups.
This setting only affects the few web sites which support
compression. |
|
|
|
redirect |
Redirect to another address.
|
|
|
|
|
Address to redirect to:
|
|
|
|
send-vanilla-wafer |
Adds a special wafer (standard cookie) to all your requests. |
|
|
|
send-wafer |
Adds user-specified cookies. |
|
|
|
|
Editing the settings for this option, or turning
it on if it was off, is not yet supported using this web-based
editor. |
|
|
|
session-cookies-only |
Any cookies set by the website are changed to temporary
("per-session") ones, which only last until you close your web
browser. This will allow you to use sites that require cookies, but
sites will not be able to track you across sessions. For this to
be useful, you should disable
crunch-outgoing-cookies and
crunch-incoming-cookies. |
|
|
|
set-image-blocker |
Specifies how to block images. |
|
|
|
|
|
|
|
|
treat-forbidden-connects-like-blocks |
Answer forbidden Connect requests with the usual block message.
Makes unblocking easier, but the go there anyway link will not work
as expected.
|