Skip to content

Add default security headers. #48

@mschurr

Description

@mschurr

Need to make sure we are setting sensible defaults for security headers:

X_XSS_PROTECTION("X-XSS-Protection"),
CONTENT_SECURITY_POLICY("Content-Security-Policy"),
STRICT_TRANSPORT_SECURITY("Strict-Transport-Security"),
PUBLIC_KEY_PINS("Public-Key-Pins"),
X_FRAME_OPTIONS("X-Frame-Options"),
X_CONTENT_TYPE_OPTIONS("X-Content-Type-Options"),
REFERRER_POLICY("Referrer-Policy");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions