Skip to content

Commit 3d3a171

Browse files
authored
add 4 domains to the CSP (#6474)
approved in T13196 T15622 T15519 T15516
1 parent 0393ca3 commit 3d3a171

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

ContentSecurityPolicy.php

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
'bandcamp.com',
5252
'flo.uri.sh',
5353
'challenges.cloudflare.com',
54-
'www.youtube.com'
54+
'www.youtube.com',
55+
'www.wowhead.com',
56+
'tally.so'
5557
],
5658
'style-src' => [
5759
"'self'",
@@ -151,7 +153,8 @@
151153
'www.divine-pride.net',
152154
'static.divine-pride.net',
153155
'legacyofnightwind.com',
154-
'cdn.jsdelivr.net'
156+
'cdn.jsdelivr.net',
157+
'mc-heads.net'
155158
],
156159
'font-src' => [
157160
"'self'",
@@ -225,7 +228,8 @@
225228
'clips.twitch.tv',
226229
'video.fastly.steamstatic.com',
227230
'shared.fastly.steamstatic.com',
228-
'*.instatus.com'
231+
'*.instatus.com',
232+
'tally.so'
229233
],
230234
'connect-src' => [
231235
"'self'",
@@ -253,7 +257,9 @@
253257
'discord.com',
254258
'discordapp.com',
255259
'api.steampowered.com',
256-
'*.instatus.com'
260+
'*.instatus.com',
261+
'ss14.com.ua',
262+
'www.wowhead.com'
257263
],
258264
];
259265

0 commit comments

Comments
 (0)