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

http security: remove form-action from CSP definitions

parent 4ad04325
Branches
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