Modify ↓
Ticket #2430 (closed defect: fixed)
proxy filter arbitrary url
| Reported by: | incantatore@… | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | squid |
| Severity: | normal | Keywords: | |
| Cc: |
Description
cause: file /etc/dansguardian/lists/bannedregexpurllist is not empty.
Check with:
egrep "^[^#]" /etc/dansguardian/lists/bannedregexpurllist
solve with:
sed -i -e 's/^[^#]\(.*\)/#\1/' /etc/dansguardian/lists/bannedregexpurllist
Attachments
Change History
comment:2 Changed 2 years ago by jacalvo@…
- Status changed from new to closed
- Resolution set to fixed
(In [20115]) NN: Disable default arbitrary regexes in bannedregexpurllist.mas (closes #2430) remove whitespace in ExtensionFilter?.pm
Note: See
TracTickets for help on using
tickets.