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

scripts in the app are getting loaded sometimes #3

@apparentlymart

Description

@apparentlymart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions