@@ -98,9 +98,6 @@ def _connect_src_settings(config) -> list:
98
98
"https://api.github.com/repos/" ,
99
99
"https://api.github.com/search/issues" ,
100
100
"https://gitlab.com/api/" ,
101
- "https://*.google-analytics.com" ,
102
- "https://*.analytics.google.com" ,
103
- "https://*.googletagmanager.com" ,
104
101
"https://analytics.python.org" ,
105
102
"fastly-insights.com" ,
106
103
"*.fastly-insights.com" ,
@@ -135,9 +132,6 @@ def _connect_src_settings(config) -> list:
135
132
def _script_src_settings (config ) -> list :
136
133
settings = [
137
134
SELF ,
138
- "https://*.googletagmanager.com" ,
139
- "https://www.google-analytics.com" , # Remove when disabling UA
140
- "https://ssl.google-analytics.com" , # Remove when disabling UA
141
135
"https://analytics.python.org" ,
142
136
"*.fastly-insights.com" ,
143
137
"*.ethicalads.io" ,
@@ -177,8 +171,6 @@ def includeme(config):
177
171
"img-src" : [
178
172
SELF ,
179
173
config .registry .settings ["camo.url" ],
180
- "https://*.google-analytics.com" ,
181
- "https://*.googletagmanager.com" ,
182
174
"*.fastly-insights.com" ,
183
175
"*.ethicalads.io" ,
184
176
"ethicalads.blob.core.windows.net" ,
0 commit comments