Implemented desktop csp policies

This commit is contained in:
2025-08-14 11:40:09 +02:00
parent bf7b24c3ee
commit 5e00deea19
2 changed files with 7 additions and 5 deletions

View File

@@ -51,7 +51,8 @@ class TestCspFilters(unittest.TestCase):
'app2': {}
}
self.domains = {
'web-app-matomo': ['matomo.example.org']
'web-app-matomo': ['matomo.example.org'],
'web-svc-cdn': ['cdn.example.org'],
}
def test_get_csp_whitelist_list(self):