We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[Anchor(NA">ME)]]
For an example see
inyoka/tests/apps/markup/test_html_renderer.py
Lines 252 to 256 in 48cf8d5
For JS/CSS if we we want to access them, it is needed to escape it document.querySelectorAll('#' + CSS.escape('NA">ME'))
document.querySelectorAll('#' + CSS.escape('NA">ME'))
This can be at least non-obvious. (As far as i see it, no HTML can be injected though)
If not all characters should be allowed in the future, the question is, if existing links get broken?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For an example see
inyoka/tests/apps/markup/test_html_renderer.py
Lines 252 to 256 in 48cf8d5
For JS/CSS if we we want to access them, it is needed to escape it
document.querySelectorAll('#' + CSS.escape('NA">ME'))
This can be at least non-obvious.
(As far as i see it, no HTML can be injected though)
If not all characters should be allowed in the future, the question is, if existing links get broken?
The text was updated successfully, but these errors were encountered: