Philtron is a filtering HTTP proxy, meaning it rewrites the HTML of the
web pages that pass through it in order to remove dangerous or annoying
javascript-s, popups and improve the anonymity of the user. It will be
different from the existing filtering solutions (most famous example -
Proxomitron, now discontinued) by avoiding hard-to-understand regular
expressions as a way to filter HTML and will also be extremely user
friendly - it is configured directly from the browser, on the fly as
you browse. It is intended for the large audience, one wouldn't need
programming background inorder to use the software.

Philtron is written in PHP, which means it's cross-platform and it's
safe from buffer overflows and similar bugs, which can appear in
low-level languages (c/c++). On the other hand the built-in regular
expressions make implementing HTTP and parsing incoming and outgoing
traffic very easy.

The proxy will fully implement HTTP/1.1 protocol, which means it can
download web pages and their requisites (images, flash movies etc)
fast and intelligent, even superior than some of the existing browsers
(for example Internet Exlorer doesn't use pipelining - one of the
advanced features of http/1.1 which greatly improves speed on
image-heavy pages) and will help http/1.0 clients communicate faster
with the http/1.1 servers (for example wget works faster through Philtron).

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。