We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16e671 commit 44fdbf5Copy full SHA for 44fdbf5
lib/algora_web/router.ex
@@ -16,7 +16,7 @@ defmodule AlgoraWeb.Router do
16
plug :fetch_current_country
17
plug :put_root_layout, {AlgoraWeb.Layouts, :root}
18
plug :protect_from_forgery
19
- plug :put_secure_browser_headers
+ plug :put_secure_browser_headers, %{"content-security-policy" => "default-src 'self'"}
20
end
21
22
pipeline :api do
0 commit comments