Hi,
is it possible to ALWAYS allow JS from a given external host, i.e. always allow "google-analytics.com", no matter on what page it's embedded?
Atm it seems that only the browser-url is recognized, so if I open "site.com" with embedded "google-analytics.com" JS via <script src="...">, it does not execute this external JS.
Any ideas how to solve this?
Thanks,
Robert
Always allow some embedded external JS
Always allow some embedded external JS
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Always allow some embedded external JS
If the top-level page is not allowed to run scripts, no external script will be loaded and run because the scripting engine is off for that page.
Furthermore, in the Google Analytics specific case, there would be no point in running the external script alone because the analytics are configured and executed by scripts embedded in the page itself.
Furthermore, in the Google Analytics specific case, there would be no point in running the external script alone because the analytics are configured and executed by scripts embedded in the page itself.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Re: Always allow some embedded external JS
Thanks,

and there is no "hack" for that?If the top-level page is not allowed to run scripts, no external script will be loaded and run because the scripting engine is off for that page.

Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Always allow some embedded external JS
Nope. May I ask you why would you want this?Robbsie wrote:Thanks,and there is no "hack" for that?If the top-level page is not allowed to run scripts, no external script will be loaded and run because the scripting engine is off for that page.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8