This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Option to disable mixed content does not work for ajax requests #15250
Labels
fixed-with-brave-core
This issue will automatically resolved with the replacement of Muon with Brave Core.
wontfix
This is somewhat of a followup to #3443. I have searched google for this issue but have not found anything, so I am opening a bug.
Description
I currently have a site that I load via https, and makes an ajax request to another server using http. I cannot change this currently for either site. The option to "load unsafe scripts" does not seem to persist/work for ajax requests at all-when the page reloads, I still get the same error.
Steps to Reproduce
Actual result:
Look in console and click the lock icon again. The same "load unsafe scripts" option is available, and the same error "cannot load unsafe content" shows up in console.
Expected result:
I would expect the ajax request to now go through. Performing these exact same steps on Google Chrome will allow the ajax request to work.
Reproduces how often:
100%
Brave Version
Reproducible on current live release:
I am on the latest release.
Additional Information
I can put up an example page that does this if desired.
The text was updated successfully, but these errors were encountered: