Today, I put the project on the server. When debugging, there was a message “Preventing loading of mixed activity content…” Error:
The solution is as follows:
Method 1: Let Firefox leave it unblocked for a while
Open a new TAB and enter about:config in the address bar to go to the configuration page.
Search for security.mixed_content.block_active_content and change true to false.
Approach 2: Avoid including HTTP content in HTTPS pages.
The first approach is impractical because we cannot require all users to change this configuration.
we can see if the HTTPS submissions to the HTTP reason, if so, the request URL to HTTPS.
After checking the URL, it is found that the URL is indeed HTTP, change it to HTTPS, no longer report error.
Reproduced in: https://www.cnblogs.com/sunshineliulu/p/6694839.html
Read More:
- Firefox: How to Solve “Network Protocol Error” (Two Methods)
- To solve the problem of loading rjava in installation of xlsx
- Solve the problem of using the default content type of JMeter
- How to solve the error loading media: file could not be played in jwplay
- How to solve the problem of error reporting in Flink
- How to solve the cross domain problem of Axios in Vue project
- Web Crawler: How to get the data in the web page and disguise the header, disguise as a browser to visit many times, avoid a single visit leading to IP blocked
- How to solve the problem that the output results of C + + program written in VS2010 flash by
- How to solve the problem that the project module turns grey in Maven
- How to solve the problem of “version 11 or greater is required” in eclipse 2020
- How to solve the problem of failed installation of golang plug-in dependency in vscode under Windows
- How to solve the problem that the console window disappears in a flash after visual studio 2017 runs
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- The problem that the content extra data in the notification cannot be updated
- To solve the problem of failed to load: data in HTML5 game running rmmv locally/ actors.json problem
- How to solve problems like curl: (7) failed to connect to raw.githubusercontent.com Port 443: problem with connection used
- How to solve the problem of error reporting in the introduction of Python Django no module name ‘Django. Utils. Six’
- How to solve the problem of artifact contains illegal characters when creating springboot project with idea
- Solve the problem of error loading MySQL DB module. Encountered during Django project
- How to solve the problem of syntax error: (Unicode error)’unicodescape ‘codec can’t decode bytes in position 2-3: truncat