A
A
Artem Zelenskiy2017-11-16 17:25:27
Browsers
Artem Zelenskiy, 2017-11-16 17:25:27

Why does the browser block the script after connecting SSL?

Good day!

I had the following problem:
After switching to the HTTPS protocol, this script stopped working on the site

$(".menu a, .nav a").on("click",function(){$(".wrapper").toggleClass("active")});

All browsers block it as "from unverified sources" 5a0d9de830a4e908702566.png
The path to it was originally registered tried the option<script src="js/hamburger.js"></script>
<script  src="https://mysite.com/js/hamburger.js"></script>
- did not help.

I want to note that the rest of the scripts that are placed in the same place with the same path to them continue to work properly.
Thanks in advance for your help.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question