![]() |
|
Other things to try is an "unsafe script" - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site) +--- Forum: Site Feedback and Questions (https://forums.dolphin-emu.org/Forum-site-feedback-and-questions) +--- Thread: Other things to try is an "unsafe script" (/Thread-other-things-to-try-is-an-unsafe-script) |
Other things to try is an "unsafe script" - Craftyawesome - 02-06-2017 (referring to thread and 404 not found errors) Tested on chrome and edge, both block it. RE: Other things to try is an "unsafe script" - CTCaer - 02-09-2017 The script is actually the google analytics and search engine script. It's safe. The implementation procs the browsers. It tries to load HTTP address in a HTTPS connection. This results to a mixed security. Devs can easily fix it by changing the following line in their site and change HTTP to HTTPS: <script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script></td> This will download the google script over a secure connection and will not proc the unsafe message |