Allow /graphiql to load again

This commit is contained in:
Massedil 2024-05-15 14:38:55 +02:00
parent bd075da888
commit 30a70c49c0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ defmodule Mobilizon.Web.Router do
plug(Mobilizon.Web.Plugs.SetLocalePlug)
plug(Mobilizon.Web.Plugs.HTTPSecurityPlug,
script_src: ["cdn.jsdelivr.net 'sha256-zkCwvTwqwJMew/8TKv7bTLh94XRSNBvT/o/NZCuf5Kc='"],
script_src: ["cdn.jsdelivr.net"],
style_src: ["cdn.jsdelivr.net 'unsafe-inline'"],
font_src: ["cdn.jsdelivr.net"]
)