Changes for page Code Powered Home

Last modified by Leon Poon on 2021/06/06 11:42

From version 2.1
edited by Leon Poon
on 2018/12/16 14:45
Change comment: There is no comment for this version
To version 1.1
edited by Leon Poon
on 2018/12/16 14:33
Change comment: Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/10.10]

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Code Powered
1 +Home
Content
... ... @@ -1,5 +1,15 @@
1 1  {{box cssClass="floatinginfobox"}}
2 -
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/9QTWrZ7OfzI" allowfullscreen></$iframe>
11 +{{/html}}
12 +{{/velocity}}
3 3  {{/box}}
4 4  
5 5  = Welcome to your wiki =
... ... @@ -20,9 +20,7 @@
20 20  
21 21  You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
22 22  
23 -{{box}}
24 -Learn more on how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}.
25 -{{/box}}
33 + {{box}}Learn more on how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}.{{/box}}
26 26  
27 27  |(((
28 28  = Extend your wiki =