javascript - Embed External JS from none secure site when using secure server -
This may sound like a strange question, but I have a secure website that attempts to access external JavaScript files Still working.
The only problem is that the file is not coming from any secure location, it is going through https: //, it brings a warning that it is unsafe, which means its use Will not work while doing
& lt; Script src = "// site.com/script.js"></script> Has anyone received any suggestions on how I can embed a script so that it works? Maybe some Messenger PHP can help?
I have tried to search a bit, but I have 0 results, so any help on this would be greatly appreciated.
Comments
Post a Comment