Skip to content

Implement a Content Security Policy #61

@L1lith

Description

@L1lith

CSP Generator came up with this:

default-src 'self';
script-src 'self';
style-src 'self' http://fonts.googleapis.com;
object-src 'none';
base-uri 'self';
connect-src 'self';
font-src 'self';
frame-src 'self' https://www.youtube.com;
img-src 'self' https://play-lh.googleusercontent.com https://user-images.githubusercontent.com;
manifest-src 'self';
media-src 'self';
worker-src 'none';

Maybe it's good enough?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions