Skip to content

CSS cursor rule is causing Content Security Policy warnings #153

@The-Paavo

Description

@The-Paavo

Just FYI. Commit 5ecc2c2 is a little bit problematic, if Content Security Policies doesn't allow insecure data: schemes. It's usually not allowed, if CSP is defined. When it's not allowed, browsers refuse to use that svg-image (cursor) and they complain about it in "console".

csp

It can be fixed by removing or overriding this css-rule. .tingle-modal { cursor: auto; } is enough to override this.

Could this cursor-thingy perhaps be optional or just use standard cursor keywords? https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

Other than that, 0.16.0 is working smoothly. 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions