Embedding an iframe
Just wondering if there's any way to get WackoWiki to permit me to embed things like Google Maps in an iframe.
I've got a private wiki, only accessible by authorized users and only editable by a further restricted subset so I'm not worried about the usual security risks of this approach. Is there anyway to allow at least a subset of a wiki's users to make edits of this nature?
Comments
Log in or create an account to post a comment.
Settings for using iframe
you must ensure that at [page properties -> extended] 'Filtering of unsafe HTML' is disabled for this particular page. Otherwise turn SafeHtml off
'allow_rawhtm' -> 0
in your secondary config.csp_custom.conf
. Otherwise turn the setting off'enable_security_headers' => 0
in your secondary config (by hand in the config table via phpMyAdmin or the Admin Panel ).Insert the provided code snippet in the wiki page via
<# HTML here #>
.Example: https://wackowiki.org/lab/News/2010/10/GoogleMaps