docs(geo): CSP img-src includes picsum for stand seed covers. Refs EventHub/EventHubSpec#21

This commit is contained in:
2026-08-18 13:06:55 +03:00
parent 4a96834d8e
commit 65afff6629
+2 -1
View File
@@ -106,7 +106,8 @@ Typeahead. Клиент debounce (≥300 ms). Пустой / слишком ко
``` ```
connect-src 'self' https://tiles.openfreemap.org connect-src 'self' https://tiles.openfreemap.org
img-src 'self' data: blob: https://tiles.openfreemap.org img-src 'self' data: blob: https://tiles.openfreemap.org https://picsum.photos https://*.picsum.photos
font-src 'self' data: https://fonts.gstatic.com https://tiles.openfreemap.org
worker-src 'self' blob: worker-src 'self' blob:
``` ```