@@ -195,13 +195,13 @@ public static function providerForTestGetHttpHeaders(): array
195195 '' ,
196196 'DENY ' ,
197197 'default-src \'self \' ;script-src \'self \' \'unsafe-inline \' \'unsafe-eval \' ; '
198- . 'style-src \'self \' \'unsafe-inline \' ;img-src \'self \' data: *. tile.openstreetmap.org; '
198+ . 'style-src \'self \' \'unsafe-inline \' ;img-src \'self \' data: tile.openstreetmap.org; '
199199 . 'object-src \'none \'; ' ,
200200 'default-src \'self \' ;options inline-script eval-script;referrer no-referrer; '
201- . 'img-src \'self \' data: *. tile.openstreetmap.org;object-src \'none \'; ' ,
201+ . 'img-src \'self \' data: tile.openstreetmap.org;object-src \'none \'; ' ,
202202 'default-src \'self \' ;script-src \'self \' \'unsafe-inline \' \'unsafe-eval \'; '
203203 . 'referrer no-referrer;style-src \'self \' \'unsafe-inline \' ; '
204- . 'img-src \'self \' data: *. tile.openstreetmap.org;object-src \'none \'; ' ,
204+ . 'img-src \'self \' data: tile.openstreetmap.org;object-src \'none \'; ' ,
205205 ],
206206 [
207207 'SameOrigin ' ,
@@ -214,15 +214,15 @@ public static function providerForTestGetHttpHeaders(): array
214214 . 'script-src \'self \' \'unsafe-inline \' \'unsafe-eval \' '
215215 . 'captcha.tld csp.tld example.com example.net; '
216216 . 'style-src \'self \' \'unsafe-inline \' captcha.tld csp.tld example.com example.net; '
217- . 'img-src \'self \' data: example.com example.net *. tile.openstreetmap.org captcha.tld csp.tld ; '
217+ . 'img-src \'self \' data: example.com example.net tile.openstreetmap.org captcha.tld csp.tld ; '
218218 . 'object-src \'none \'; ' ,
219219 'default-src \'self \' captcha.tld csp.tld example.com example.net; '
220220 . 'options inline-script eval-script;referrer no-referrer;img-src \'self \' data: example.com '
221- . 'example.net *. tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
221+ . 'example.net tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
222222 'default-src \'self \' captcha.tld csp.tld example.com example.net;script-src \'self \' '
223223 . 'captcha.tld csp.tld example.com example.net \'unsafe-inline \' \'unsafe-eval \'; '
224224 . 'referrer no-referrer;style-src \'self \' \'unsafe-inline \' captcha.tld csp.tld ; '
225- . 'img-src \'self \' data: example.com example.net *. tile.openstreetmap.org captcha.tld csp.tld ; '
225+ . 'img-src \'self \' data: example.com example.net tile.openstreetmap.org captcha.tld csp.tld ; '
226226 . 'object-src \'none \'; ' ,
227227 ],
228228 [
@@ -235,14 +235,14 @@ public static function providerForTestGetHttpHeaders(): array
235235 'default-src \'self \' captcha.tld csp.tld ; '
236236 . 'script-src \'self \' \'unsafe-inline \' \'unsafe-eval \' captcha.tld csp.tld ; '
237237 . 'style-src \'self \' \'unsafe-inline \' captcha.tld csp.tld ; '
238- . 'img-src \'self \' data: *. tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
238+ . 'img-src \'self \' data: tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
239239 'default-src \'self \' captcha.tld csp.tld ; '
240240 . 'options inline-script eval-script;referrer no-referrer; '
241- . 'img-src \'self \' data: *. tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
241+ . 'img-src \'self \' data: tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
242242 'default-src \'self \' captcha.tld csp.tld ; '
243243 . 'script-src \'self \' captcha.tld csp.tld \'unsafe-inline \' \'unsafe-eval \'; '
244244 . 'referrer no-referrer;style-src \'self \' \'unsafe-inline \' captcha.tld csp.tld ; '
245- . 'img-src \'self \' data: *. tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
245+ . 'img-src \'self \' data: tile.openstreetmap.org captcha.tld csp.tld ;object-src \'none \'; ' ,
246246 ],
247247 ];
248248 }
0 commit comments