Skip to content

Commit a8e28af

Browse files
authored
Add crossorigin="anonymous" to docs index example (#970)
1 parent c07579b commit a8e28af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ be included after other libraries are loaded, but before your main application c
2424

2525
.. sourcecode:: html
2626

27-
<script src="https://cdn.ravenjs.com/###RAVEN_VERSION###/raven.min.js"></script>
27+
<script src="https://cdn.ravenjs.com/###RAVEN_VERSION###/raven.min.js" crossorigin="anonymous"></script>
2828

2929
For installation using npm or other package managers, see :doc:`install`.
3030

0 commit comments

Comments
 (0)