Whitelisting all sub-domains only when served over https
Posted: Wed Apr 08, 2015 10:33 am
Is it possible to allow scripts from all sub-domains of a site only if they are served over https? I can allow all sub-domains or I can specify https for a particular sub-domain but I can't specify https for all sub-domains. To phrase it another way if the whitelist supported an asterisk wildcard it would be specified as https://*.example.com
I'm not looking for a global setting to block all non-https scripts like nor am I trying to prevent all non-https loads from *.example.com with just non-https scripts from *.example.com.
Any help would be appreciated. If this is not currently possible please consider this a feature request.
I'm not looking for a global setting to block all non-https scripts like
Code: Select all
noscript.allowHttpsOnlyCode: Select all
noscript.httpsForcedAny help would be appreciated. If this is not currently possible please consider this a feature request.