> You can also set jspwiki.translatorReader.allowHTML = true on your > jspwiki.properties but that opens up a security risk on your installation
That made the difference. I had set it to true; if I set it to false, the JavaScript is displayed, not executed. I understand the security implications; only a select few people will be able to edit pages on this wiki. > Would it be possible to make a testpage on https://jspwiki-wiki.apache.org/ to reproduce the issue ? I tried, but couldn’t - presumably allowHTML is set to false. The page you made will probably show the preview issue if you set allowHTML to true. > Regarding the sameSite cookie attribute, would you mind filling a jira? Done: https://issues.apache.org/jira/browse/JSPWIKI-1129 > regarding maps integration, you can also check haddock > built-in support at https://jspwiki-wiki.apache.org/Wiki.jsp?page=Maps Yeah, I’d seen that. Writing my own plugin for that was more of an exercise in learning to write plugins (and in unlocking some extra capabilities of the Google Maps JavaScript API). > https://jspwiki-wiki.apache.org/Wiki.jsp?page=Chartist That is neat! That’ll become part of my installation. Thanks to both of you for all the help! I'm learning a lot here.