Whitelist for intranet http sites
-
Hi,
we use some http://192.168.1.nnn sites from our intranet.
Is there a whitelist where we can add the local net or the local hosts ip and allow access without a security warning? -
@vielwald Which warning do you get?
Do you force use of https in Settings → Adressbar? -
-
@vielwald I can connect to LAN IPs without SSL, no error pages at all.
Or do you mean the "Not Secure" in address field?//EDIT:
I remember a internal flag.- Open
vivaldi://flags/#unsafely-treat-insecure-origin-as-secure
in adress field - Set to Enabled
- Add URLs which should not be flagged as insecure as a comma-separated list
- Restart Vivaldi
Works.
I checked this with
http://192.168.0.1/,https://192.168.0.1/,
for my router
But i had not found a policy related to unsafely-treat-insecure-origin-as-secure at
https://admx.help/?Category=VivaldiBrowserMay be this works in Windows Registry similar to Chrome:
Software\Policies\Vivaldi\OverrideSecurityRestrictionsOnInsecureOrigin⇒ https://chromeenterprise.google/policies/#OverrideSecurityRestrictionsOnInsecureOrigin
- Open
-
Thanks,
that works for me too.
i have these different cases
- http://192.168.10.10 ; Zabbix Site internal without ssl
- https://192.168.10.20 ; OPNsense with self signed certificate
-
@vielwald Nice to read that my post helped