From c790a0b8ec6608b4a613bb5332a756614c44338b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 11 Jul 2024 17:26:04 +0200 Subject: [PATCH] apps: drop custom content-security-policy The apps content-security-policy allows more the our default policy which is unneeded as images are loaded via `fsread1` and thus the same origin. --- pkg/apps/manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/apps/manifest.json b/pkg/apps/manifest.json index 56039e57f53b..ee7321940720 100644 --- a/pkg/apps/manifest.json +++ b/pkg/apps/manifest.json @@ -10,8 +10,6 @@ } }, - "content-security-policy": "img-src *", - "config": { "appstream_config_packages": { "debian": ["appstream"]