Bug 98118
| Summary: | If a file viewed via Mozilla proxies through privoxy, the open keyword gats translated to concat | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Steven W. Orr <steveo> |
| Component: | privoxy | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://davesource.com/Bugs/mozilla.2.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-06-26 21:07:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Steven W. Orr
2003-06-26 20:18:18 UTC
Thats a known problem of privoxy. Everything will be filtered unless you configure privoxy to omit filtering for URLs match a certain pattern. Please add a regex like this at the top of your user.action file (accessable vi http://p.p/): { -filter } /(.*/)?.*\.(pl|(s|p)?h|c(c|xx|pp)?|p?y|tcl|in|m4|diff|am|init?|cfg?|conf(ig)?|sgml?|css|txt|rc|bat|spec|log)$cvsview./(.*/)?(cvsweb|cvsview|viewcvs|rc\.|README|Makefile|INSTALL|CPAN|txt) (Everything after { -filter } needs to be in one line) A similar line is already as a comment in the user.action file, this one is a more enhanced version from one of the privoxy authors. |