From 51758a0be9f441ad4cb2a4dc8ef2afbc6eacbca8 Mon Sep 17 00:00:00 2001 From: Matt Weiden <538456+mweiden@users.noreply.github.com> Date: Tue, 26 May 2020 12:31:56 -0700 Subject: [PATCH] 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. --- server/eb/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/eb/app.py b/server/eb/app.py index 2b6f3951..dcc91641 100644 --- a/server/eb/app.py +++ b/server/eb/app.py @@ -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: