mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Implemented desktop csp policies
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user