Skip to content

Commit 31a0063

Browse files
committed
Enable CORS for Disqus script
1 parent 1b183f1 commit 31a0063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/disqus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if site.disqus_shortname %}
22
<div id="disqus_thread"></div>
3-
<script>
3+
<script crossorigin="anonymous">
44
var disqus_config = function () {
55
this.page.url = '{{ page.url | absolute_url }}';
66
this.page.identifier = '{{ page.url | relative_url }}';

0 commit comments

Comments
 (0)