Remove the trusted types requirement (#1495)

There seem to be breaking changes in Chrome that are causing this to
fail. We've weighed the risk of disabling the feature with the issues
we've encountered using it and decided to disable it for now.
This commit is contained in:
Matt Weiden
2020-05-26 12:31:56 -07:00
committed by GitHub
parent 271e7a1e76
commit 51758a0be9

View File

@@ -67,7 +67,6 @@ class WSGIServer(Server):
"object-src": ["'none'"],
"base-uri": ["'none'"],
"frame-ancestors": ["'none'"],
"require-trusted-types-for": ["'script'"],
}
if not app.debug: