getyourfill Posted September 8, 2021 Posted September 8, 2021 I am trying to allow a few specific URLs: https://cdnjs.cloudflare.com/ajax/libs/socket.io 2.2.0/socket.io.js any URL that has "MDN-phrase" in it. How should I enter the regex exactly to allow these?
ibpalle Posted September 13, 2021 Posted September 13, 2021 For the phrase 'MDN-phrase' you would just enter as is without quotes in the URL patterns and add this to an allow or do not filter policy. The same goes for any URL pattern you add - if there is no need for regex variations, just enter the part of the url that's the common denominator.
tom_newton Posted September 13, 2021 Posted September 13, 2021 What's being blocked? Sounds like a place where we can improve categorization
getyourfill Posted September 20, 2021 Author Posted September 20, 2021 For the phrase 'MDN-phrase' you would just enter as is without quotes in the URL patterns and add this to an allow or do not filter policy. The same goes for any URL pattern you add - if there is no need for regex variations, just enter the part of the url that's the common denominator. If I use the URL pattern route how would this work in the case of a HTTPS site when requiring SSL Login? I don't want the full domain allowed for users, but I need the URL with "MDN-Phrase" to be allowed all the time no matter if the user is authenticated or not. Is it possible to do that without also completely allowing the base domain?
ibpalle Posted September 21, 2021 Posted September 21, 2021 Yes it is but https inspection has to be on for the filter to see the full URL. Without https inspection the filter will only be able to see the domain part.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now