javascript - How to disable google chrome blocking scripts over https? -
i have site , need upload script in head section like:
<script src="http://api-maps.yandex.ru/2.0/?load=package.full&mode=debug&lang=ru-ru" type="text/javascript"></script>
google chrome browser pops message "there content on site may offencive bla bla bla", i`ve tried set script through https protocol, same thing heppens. how avoid feature in chrome?
locally mirror script own site , reference way. getting "offensive" warning based off of url of script.
if need several versions of script write shell script synchronize of versions need on regular basis.
your new script reference should this:
<script src="js/yandex.api.package.full.debug.ru-ru.js" type="text/javascript"/>
Comments
Post a Comment