Skip to content
Snippets Groups Projects
Commit 38f76d96 authored by kaniini's avatar kaniini
Browse files

Merge branch 'bugfix/csp-remove-form-action' into 'develop'

http security: remove form-action from CSP definitions

Closes #379

See merge request pleroma/pleroma!456
parents 4ad04325 c0746460
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ defmodule Pleroma.Plugs.HTTPSecurityPlug do
[
"default-src 'none'",
"base-uri 'self'",
"form-action *",
"frame-ancestors 'none'",
"img-src 'self' data: https:",
"media-src 'self' https:",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment