Skip to content

CSP error on some pages #212

Description

@alexanderadam
Content-Security-Policy: The page's settings blocked an inline script (script-src-elem) from being executed because it violates the following directive: "script-src 'self' 'nonce-ISDABLcpp7JW2w7O3CCgOg=='". Consider using a hash ('sha256-u779H98rexiJj0YWYsoo+2tDMq9IXG1pd/HPCEJ9qzU=') or a nonce.

Load /admin/security (or any admin page that trips this). The response's Content-Security-Policy header carries a fresh script-src 'self' 'nonce-<random>' on every request.
But the HTML body returned alongside that header contains no nonce="..." attribute anywhere.

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