You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
The larryreznick.com domain has an SSL cert, and can be manually overridden to upgrade the connection to https, but HTTPSe is loading the insecure connection by default.
I've been able to repro in Windows.
Steps to Reproduce
Go to larryreznick.com w/httpse enabled
Note http:// connection
Override by hard coding https:// in the url.
https connection loads for the domain Actual result:
http:// connection loads by default, w/HTTPSe enabled.
Expected result:
https connection should load.
Reproduces how often: [What percentage of the time does it reproduce?]
100%
@diracdeltas as an FYI - I've taken a look at the source code and it appears to be a wordpress-hosted domain, with mixed http:// https:// and protocol relative urls for page resources. Not sure if it is related, but the urls I'm referring to are in the head section of the page source.
The text was updated successfully, but these errors were encountered:
HTTPS Everywhere does not upgrade every HTTP connection to HTTPS, only when there is an applicable rule for it. We do not maintain the rulesets ourselves so this needs to be filed with https://github.com/efforg/https-everywhere.
Description
Reported from community.brave.com: https://community.brave.com/t/no-https-upgrade-on-insecure-sight-s-how-come/7897/6
The larryreznick.com domain has an SSL cert, and can be manually overridden to upgrade the connection to https, but HTTPSe is loading the insecure connection by default.
I've been able to repro in Windows.
Steps to Reproduce
Actual result:
http:// connection loads by default, w/HTTPSe enabled.
Expected result:
https connection should load.
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Brave Version
7ab85e9
Additional Information
@diracdeltas as an FYI - I've taken a look at the source code and it appears to be a wordpress-hosted domain, with mixed http:// https:// and protocol relative urls for page resources. Not sure if it is related, but the urls I'm referring to are in the head section of the page source.
The text was updated successfully, but these errors were encountered: