Skip to content

Commit 15bc7c0

Browse files
committed
Fix #5562: Update blocked OpenStreetMap tile server URL
1 parent d902d64 commit 15bc7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/io/_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def to_html(
340340
if full_html:
341341
return """\
342342
<html>
343-
<head><meta charset="utf-8" /></head>
343+
<head><meta charset="utf-8" /><meta name="referrer" content="no-referrer-when-downgrade" /></head>
344344
<body>
345345
{div}
346346
</body>

0 commit comments

Comments
 (0)