More CORS stuff
This commit is contained in:
parent
29eadae180
commit
22a8092e08
3 changed files with 3 additions and 3 deletions
|
@ -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.**
|
||||
|
||||
{{< legacy-guestbook >}}
|
||||
**123Guestbook doesn't have CORS set up, so you must travel there manually :-(**
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
data-isso-avatar="false"
|
||||
data-isso-vote="false"
|
||||
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 }}">
|
||||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
data-isso-avatar="false"
|
||||
data-isso-vote="false"
|
||||
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 }}">
|
||||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||
|
|
Loading…
Add table
Reference in a new issue