Allow wildcards for HTTPS-Only
Exceptions
#4976
rvandernoort
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the default implementation of https-only warnings whenever I'm visiting a http-only website.
However, my current situation needs me to access a bunch of domains using http only and this leads to many https-only warning screens every time. Furthermore, selecting the allow button results in temporarily off status, which is nice and I get it from a security standpoint. However, I wanted to make an exception for the top-domain I'm using and excempt all subdomains using some kind of wildcard, however I couldn't achieve this and found no documentation, so therefore I kindly make the following feature requests:
Allow wildcards in URLs for the HTTPS-Only exceptions, like http://*.some.topdomain.internal, which then automatically allows http://this.some.topdomain.internal and http://that.too.some.topdomain.internal.
Currently I'm met with a
Invalid Hostname Entered
warning.Is this by any change possible?
Beta Was this translation helpful? Give feedback.
All reactions