Změny dokumentu 20 Uživatelská příručka
Naposledy upravil David Brazda 15.02.2021 16:06
Popis verze:
Update document after refactoring.
Přehled
-
Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Obsah
-
... ... @@ -150,10 +150,19 @@ 150 150 (% class="wikigeneratedid" %) 151 151 Další možnosti embedování a to včetně je pomocí iframe (TBD popsat detailněji) - zde lze embedovat videa i s aktuálním časem 152 152 153 +{{velocity}} 154 +{{html clean="false"}} 155 +## Chrome's XSS Auditor blocks the preview action if: 156 +## * the submitted content has an iframe with an external URL 157 +## * the preview action displays the submitted iframe 158 +## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML. 159 +## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome 160 +#set ($iframe = 'iframe') 153 153 <iframe width="560" height="315" src="https://www.youtube.com/embed/kE-R8yDjyas?start=21" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 162 +{{/html}} 163 +{{/velocity}} 154 154 155 155 156 - 157 157 (% class="wikigeneratedid" id="H" %) 158 158 Další detaily zde [[https:~~/~~/extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor%20Integration/Features/>>https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor%20Integration/Features/]] 159 159