Skip to content

Commit

Permalink
Add crossorigin="anonymous" to docs index example (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar authored Jun 2, 2017
1 parent c07579b commit a8e28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ be included after other libraries are loaded, but before your main application c

.. sourcecode:: html

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

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

Expand Down

0 comments on commit a8e28af

Please sign in to comment.