Skip to content

Commit

Permalink
Enable CORS for Disqus script
Browse files Browse the repository at this point in the history
  • Loading branch information
rcvalle committed Oct 27, 2020
1 parent 849f225 commit b6535db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/disqus.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if site.disqus_shortname %}
<div id="disqus_thread"></div>
<script>
<script crossorigin="anonymous">
var disqus_config = function () {
this.page.url = '{{ page.url | absolute_url }}';
this.page.identifier = '{{ page.url | relative_url }}';
Expand Down

0 comments on commit b6535db

Please sign in to comment.