Changes for page Home

Last modified by Dennis Segebarth on 2024/08/14 08:45

From version 9.1
edited by Dennis Segebarth
on 2024/08/14 08:37
Change comment: There is no comment for this version
To version 10.1
edited by Dennis Segebarth
on 2024/08/14 08:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,17 @@
1 +{{box cssClass="floatinginfobox"}}
2 +{{velocity}}
3 +{{html clean="false"}}
4 +## Chrome's XSS Auditor blocks the preview action if:
5 +## * the submitted content has an iframe with an external URL
6 +## * the preview action displays the submitted iframe
7 +## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 +## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
9 +#set ($iframe = 'iframe')
10 +<$iframe src="https://www.youtube.com/embed/VO5xQSPFncw" title="Learn about EBRAINS" role="presentation" allowfullscreen></$iframe>
11 +{{/html}}
12 +{{/velocity}}
13 +{{/box}}
14 +
1 1  = Welcome to the HealthDataCloud Wiki =
2 2  
3 3  You can access the HDC[[ User Guide>>doc:userguide.WebHome]], your HDC [[Project Pages>>doc:projectpages.WebHome]], and more using the navigation on the left.