Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

scripts in the app are getting loaded sometimes #3

Open
apparentlymart opened this issue Sep 30, 2013 · 0 comments
Open

scripts in the app are getting loaded sometimes #3

apparentlymart opened this issue Sep 30, 2013 · 0 comments

Comments

@apparentlymart
Copy link
Collaborator

In certain scenarios I've seen an external script (not one of the ones passed in the list of scripts at initialization) get loaded and start executing. There will always be ways to do this, such as loading the script with $http and eval()ing it, but we should verify that script tags in the page aren't getting executed since the intent is that these will be run only in the browser.

The scenarios seen so far have been analytics tracking scripts, which are pointless to run on the server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant