You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am adding inline script through codeview, after moving to editor view my script content get modified, i.e., alert("hi"); gets converted into alert("hi!");.
How can i prevent it? @JiHong88 ?
The text was updated successfully, but these errors were encountered:
I've already added __allowedScriptTag to allow inline JS. But the issue is when I am writing inline JS through codeview and switching back to editor it is sanitizing my HTML contents along with inline JS and converting the quotes of JS to HTML entities i.e., alert("hi") to alert("hi!") which seems to be an invalid JS.
I've already added __allowedScriptTag to allow inline JS. But the issue is when I am writing inline JS through codeview and switching back to editor it is sanitizing my HTML contents along with inline JS and converting the quotes of JS to HTML entities i.e., alert("hi") to alert("hi!") which seems to be an invalid JS.
@JiHong88 can you please let me know if there is a way I can fix the it?
Uh oh!
There was an error while loading. Please reload this page.
Version
2.47.3
I am adding inline script through codeview, after moving to editor view my script content get modified, i.e.,
alert("hi");
gets converted intoalert("hi!");
.How can i prevent it?
@JiHong88 ?
The text was updated successfully, but these errors were encountered: