<
From version < 13.1 >
edited by TerraIndex TerraIndex
on 2021/04/30 12:20
To version < 6.1 >
edited by TerraIndex TerraIndex
on 2021/04/22 14:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,7 @@
1 - {{box cssClass="floatinginfobox"}}{{velocity}}
1 +
2 +
3 +{{box cssClass="floatinginfobox"}}
4 +{{velocity}}
2 2  {{html clean="false"}}
3 3  ## Chrome's XSS Auditor blocks the preview action if:
4 4  ## * the submitted content has an iframe with an external URL
... ... @@ -6,17 +6,13 @@
6 6  ## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
7 7  ## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
8 8  #set ($iframe = 'iframe')
9 -<$iframe src="https://www.youtube.com/watch?v=cv1mZQgjS0k&t=6s" title="YouTube video of XWiki" role="presentation" allowfullscreen></$iframe>
12 +<$iframe src="https://www.youtube.com/watch?v=cv1mZQgjS0k" title="YouTube video of XWiki" role="presentation" allowfullscreen></$iframe>
10 10  {{/html}}
11 -{{/velocity}}{{/box}}
14 +{{/velocity}}
15 +{{/box}}
12 12  
13 13  = Welcome to Terrapedia =
14 14  
15 -{{notifications/}}
16 16  
17 -(% class="xform" %)
18 -(((
19 -{{wikis/}}
20 +{{dashboard/}}
20 20  
21 -
22 -)))
TerraIndex
asd