-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Making the Google API's & CDN websites calls goes with the secured protocols recursively? #5115
Comments
cc: @fmarier Can you take a look? |
I can reproduce using http://fmarier.com/same-site/brave-browser-5115.html: We are making the following HTTP requests even with HTTPS upgrades turned on:
and that's despite the fact that HTTPS Everywhere includes a rule for For comparison, on Firefox using the HTTPS Everywhere extension, the requests to |
That sounds great. If there are any browser addons to your knowledge known, when browsing through non-secured version(HTTP) of website goes via encryption only to the calls made by CDN's and Google API???... By default, Loading Non-secured version of CDN over HTTPS would give rises error on console
|
For instance, If we are going to surf for eg.: http://www.memo.tv. The extension doesn't connect to https://www.memo.tv/ with SSL enabled |
Description
As I'm trying to make the unsecured hosted server(non-SSL based) that which are coded calling the standard Google API's & CDN websites Thereby, making that connections goes via encrypted.
Steps to Reproduce
For instance say I had included this script below to our hosted server
By enabling the Connections encrypted feature & thereby, calling the Google API's and some other sites connected with website, it encrypts only the
Actual result:
and rest of the following calls mentioned below didn't encrypt at all.
Expected result:
The below sites should be encrypted:
http://maps.google.com/maps/api/js
Reproduces how often: Every time
Brave version (brave://version info)
Brave 0.62.51 Chromium: 73.0.3683.103 (Official Build) (64-bit)
Revision e82a658d8159cabbd4938c1660f9bb00b4a82a23-refs/branch-heads/3683@{#902}
OS Windows 10 OS Build 10586.1176
Version/Channel Information:
Yes
Don't now
Don't now
Don't now
Other Additional Information:
No
No
The text was updated successfully, but these errors were encountered: