Skip to content

Back button does not work when CSP is deployed #5

@markusgut

Description

@markusgut

Observed behaviour:
The back button does not work when Content-Security-Policy (CSP) is deployed. The back button link is blocked, since inline javascript and javascript: links are considered unsafe).

Expected behaviour:
Instead of a javasript: link, an external JS file should be served. This will be allowed by most CSPs (src: 'self' or src-script: 'self').

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions