Changes for page Home

Last modified by Erik Bakker on 2024/09/24 16:08

From version 21.1
edited by Erik Bakker
on 2022/04/29 12:22
Change comment: There is no comment for this version
To version 17.1
edited by Erik Bakker
on 2022/04/25 14:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,13 @@
1 -{{box cssClass="floatinginfobox"}}
2 -{{velocity}}
1 +{{box cssClass="floatinginfobox"}}{{velocity}}
2 +{{html clean="false"}}
3 +## Chrome's XSS Auditor blocks the preview action if:
4 +## * the submitted content has an iframe with an external URL
5 +## * the preview action displays the submitted iframe
6 +## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
7 +## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
3 3  {{youtube vID="41SK59S4GcY"/}}
4 -{{/velocity}}
5 -{{/box}}
9 +{{/html}}
10 +{{/velocity}}{{/box}}
6 6  
7 7  
8 8  = Welcome =
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,5 @@
1 -#xwikimaincontainer {
2 - width: 970px;
1 +.floatinginfobox iframe {
2 + border: 0;
3 + height: 169px;
4 + width: 100%;
3 3  }
4 -