Filter Code Goes On Which Line ? - TechRepublic
Question
October 19, 2017 at 11:33 AM
phprepublican

Filter Code Goes On Which Line ?

by phprepublican . Updated 8 years, 7 months ago

Folks,

The following code is cURL script fetching a page and filtering it’s content for banned words.

Where on Mini Proxy, on which line, would I add the banned words filter code (the code which you see below or something like it) so that, when banned words are found on the proxied pages, then the banned words are substituted by the proxy ?

Mini Proxy is here:
https://github.com/joshdick/miniProxy

Filter Code:

[code]

[/code]

This discussion is locked

All Comments