This is an interesting one but no doubt someone will explain that I'm just not understanding reg exs :)
We are using a default reg ex format in the Block these websites section of filter actions e.g. ^https?://([A-Za-z0-9.-]*\.)?youtube\.com/
However we've noticed that if clients browse to a URL youtube.com. they can get past this unless we change the reg ex to ^https?://([A-Za-z0-9.-]*\.)?youtube\.com (remove the / at the end)
Can anyone explain what we did wrong?
And yeah I now have several dozen filter actions to work through :(
This thread was automatically locked due to age.