We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd191a commit f05b241Copy full SHA for f05b241
leaflet-osm.js
@@ -15,7 +15,8 @@ L.OSM.TileLayer = L.TileLayer.extend({
15
L.OSM.Mapnik = L.OSM.TileLayer.extend({
16
options: {
17
url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
18
- maxZoom: 19
+ maxZoom: 19,
19
+ referrerPolicy: 'strict-origin-when-cross-origin'
20
}
21
});
22
0 commit comments