-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow domain whitelisting #1
Comments
Sure, i'll implement a regexp white list, default with * |
Default allowed urls :
|
And how are we supposed to edit this whitelist? |
Hmm.. I am using 68.0.1-ubuntu |
If only it was that easy. |
Tell me if you find how, i'm curious |
Oh yeah, got a notification for this, and not sure if you'd want to maybe allow this via a UI toggle, but if you want to take match patterns too instead of straight regexes, I ended up posting https://github.com/bb010g/match-pattern-to-regexp (CC0) while doing Anarchist Framer. (Based off of a MDN wiki function that got pulled when I edited in improvements.) They're generally saner to read & write for URLs. |
So I am not sure how and why, but after migrating everything to a fresh new profile it started working. |
I'm fine with X-Frame-Origin being used on most sites, but there are a couple sites that I do want it cleaned on, so it'd be nice if the user could specify a whitelist of domains (or maybe regexes on URLs) that the cleaning would take effect on.
The text was updated successfully, but these errors were encountered: