Skip to content

Proposal: XSS Prevention Enforcement #103

@Kovner

Description

@Kovner

We propose the following, and are interested in hearing your feedback:

  • Prevent inline javascript. This means you will have to keep your javascript logic in separate files from your html
  • Prevent loading of external (non-local) scripts. This means you will need to download any .js files you use in your web app and have the reference be to that local file.

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