Closed SharkProgramming closed 4 years ago
I have a similar example and actually I think this issue could lead to a security issue.
Some observations:
If I save the page the final rendering is fine.
If I remove the <
and >
characters, the preview in the editor is fine.
If I play with the editor and I use <h1>
here is what happens:
Host info:
I found similar issue when toggling preview pane, which make the code block become bigger and shadowed font.
I am having this issue as well.
I am having the same issue as well.
Same here, I just wanted to add linked task: https://github.com/Requarks/wiki/issues/1370
@NGPixel I would like to add that it should be really prioritized please, because it can break totally the preview page, meaning we can no more preview at all.
Using this code:
<?php
include __DIR__ . "/../../../vendor/autoload.php"; // chemin à adapter selon l'emplacement du script
\Pimcore\Bootstrap::setProjectRoot();
\Pimcore\Bootstrap::bootstrap();
// On peut maintenant appeler les méthodes Pimcore
// On peut aussi paramétrer PHP
error_reporting(E_ALL); // on affiche même les erreurs de niveau notice
set_time_limit(0); // pas de limite de temps
ini_set('memory_limit', '2048M'); // on alloue davantage de mémoire
Lead to:
I hope it could really be fixed soon. As it is a core feature the preview mode and very helpfull.
Thanks a lot.
I'm seeing something similar in v2.1.113, trying to add Razor code to a Markdown page. The preview shows the code perfectly, but the page itself doesn't.
Markdown:
Preview:
Rendered page:
If I HTML-encode the HTML block in the Markdown, the preview shows the encoded value, but the page shows the correct value.
Markdown:
Preview:
Page:
Fixed by b529ad21c97a7093e9ecc35e2e72fb8148f0c9d0
Describe the bug Incorrect preview in mardown editor for html blockcode or inline code
To Reproduce Steps to reproduce the behavior:
Expected behavior We have just to see the html like presented in the blockcode not the interpretation of the html
Screenshots
Error Message La ressource à l’adresse « http://192.168.8.86:1337/e/en/style.css » a été bloquée en raison d’un type MIME (« text/html ») incorrect (X-Content-Type-Options: nosniff).
Host Info (please complete the following information):