Skip to content

Commit 5a7096c

Browse files
committed
Updated /csp_whitelist.xml
1 parent 930e066 commit 5a7096c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/csp_whitelist.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<policy id="style-src">
2222
<values>
2323
<value id="mg-googleapis-com" type="host">*.googleapis.com</value>
24+
<value id="mg-googletagmanager-com" type="host">*.googletagmanager.com</value>
2425
</values>
2526
</policy>
2627
<policy id="connect-src">
@@ -34,9 +35,15 @@
3435
<value id="mg-google" type="host">*.google.com</value>
3536
<value id="mg-google-ua" type="host">*.google.com.ua</value>
3637
<value id="mg-google-uk" type="host">*.google.co.uk</value>
38+
<value id="mg-gstatic-com" type="host">*.gstatic.com</value>
3739
<value id="mg-doubleclick-net" type="host">*.doubleclick.net</value>
3840
</values>
3941
</policy>
42+
<policy id="font-src">
43+
<values>
44+
<value id="mg-gstatic-com" type="host">*.gstatic.com</value>
45+
</values>
46+
</policy>
4047
<policy id="frame-src">
4148
<values>
4249
<value id="mg-google" type="host">*.google.com</value>

0 commit comments

Comments
 (0)