More CORS stuff

This commit is contained in:
Joshua Goins 2022-12-20 20:06:00 -05:00
parent 29eadae180
commit 22a8092e08
3 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@ My old guestbook was hosted by [123Guestbook](https://123guestbook.com/). They h
**Please do not submit new entries to this guestbook. I enabled the moderation queue to prevent new submissions.** **Please do not submit new entries to this guestbook. I enabled the moderation queue to prevent new submissions.**
{{< legacy-guestbook >}} **123Guestbook doesn't have CORS set up, so you must travel there manually :-(**

View file

@ -19,7 +19,7 @@
data-isso-avatar="false" data-isso-avatar="false"
data-isso-vote="false" data-isso-vote="false"
data-isso-reveal-on-click="5" data-isso-reveal-on-click="5"
src="//comments.redstrate.com/js/embed.min.js"></script> src="//comments.redstrate.com/js/embed.min.js" async></script>
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}"> <section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}">
<noscript>Javascript needs to be activated to view comments.</noscript> <noscript>Javascript needs to be activated to view comments.</noscript>

View file

@ -35,7 +35,7 @@
data-isso-avatar="false" data-isso-avatar="false"
data-isso-vote="false" data-isso-vote="false"
data-isso-reveal-on-click="5" data-isso-reveal-on-click="5"
src="//comments.redstrate.com/js/embed.min.js" crossorigin async></script> src="//comments.redstrate.com/js/embed.min.js" async></script>
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}"> <section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}">
<noscript>Javascript needs to be activated to view comments.</noscript> <noscript>Javascript needs to be activated to view comments.</noscript>