Skip to content

Commit d6413ce

Browse files
authored
Merge pull request #1 from sitegeist/feature/noscript
adds noscript block
2 parents 6987ea4 + de643e2 commit d6413ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/Private/Fusion/Scripts.fusion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ prototype(Sitegeist.FusionForm.FriendlyCaptcha:Scripts) < prototype(Neos.Fusion.
33
<script type="module" src="https://unpkg.com/[email protected]/widget.module.min.js" async defer></script>
44
<script nomodule src="https://unpkg.com/[email protected]/widget.min.js" async defer></script>
55
<script nomodule src="https://cdn.jsdelivr.net/npm/[email protected]/widget.min.js" async defer></script>
6+
<noscript><p style="color:red;">Please enable JavaScript in your browser to view this website.</p></noscript>
67
`
78
}

0 commit comments

Comments
 (0)