What is “default.filter”?
-The “default.filter” file is used to “filter” any web page content. By -“filtering” we mean it can modify, remove, or change anything on the page, -including HTML tags, and JavaScript. Regular expressions are used to accomplish -this, and operate on a line by line basis. This is potentially a very powerful -feature, but requires some expertise. +The “default.filter” file is where “filters” are defined, which are used to +”filter” any web page content. By “filtering” we mean it can modify, remove, or +change anything on the page, including HTML tags, and JavaScript. Regular +expressions are used to accomplish this, and operate on a line by line basis. +This is potentially a very powerful feature, but requires some expertise. If you are familiar with regular expressions, and HTML, you can look at the provided default.filter with a text editor and see some of things it can be @@ -477,11 +485,11 @@ Presently, there is no GUI editor option for this part of the configuration, but you can di