Clear whitelist Squid

Started by dirkstr, May 06, 2018, 09:41:47 PM

Previous topic - Next topic
Hello,


I've created a white list, probably flawed. Unfortunately, the list can not be cleaned. A reinstall of squid did not solve the problem.
Is there a solution?

Is there a way to completely clean and re-initialize Squid.

Hello,

I have exactly the same issue with 18.1.7 and 18.1.8 : unable to clear a blacklist via the GUI ...
No error in configd.log (gui)
And of course, disable it in squid.conf doesn't help since it's overwritten.

Thanks if anyone can help us !

Same Problem here with my Firewall at Home and at Work.
Unable to clear some Lines from the Whitelist.

Seems that OPNsense has some Problems with Special Characters?!

Any Help would be appreciated.

Also on 18.1.9 ? What special characters? That may be the secret to reproduce.  :)


Cheers,
Franco

Hello,

If I can allow myself to answer for my part ...

Yes the issue is still here with 18.1.9 and an exemple  with special characters : ^https?:\/\/([a-zA-Z]+)\.youtube\.

I don't use whitelist but it seems to be the same issue with blacklist.

Thanks to all for any advice


Hello,

it seems to be a backslash which causes this behaviour.
Slash is OK and can be removed.

Here is my List of Shame which I am unable to remove. (Yes, I tested it a few Times :) )
All entrys have a backshlash in common.

Is there a solution yet?

regards,
stefan


Quote from: Voteax on June 12, 2018, 11:26:10 AM
Same Problem here with my Firewall at Home and at Work.
Unable to clear some Lines from the Whitelist.

Seems that OPNsense has some Problems with Special Characters?!

Any Help would be appreciated.
As a workaround you could edit the HTML-Page "directly" with the developer tools of your browser.
In Firefox click inside the White- or Blacklist text field.
Then   right-click and select Inspect Element. Inside the inspector tool you open the
<ul class="TokensContainer">
You see the list of entries. Select the entry to delete, right-click and "delete node".
Close the inspector and apply the changes at the web page.

Regards,
martin!