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
This lets an error (or a malicious inclusion) in a user's comment or in some other part of a page to render the whole page unusable.
To reproduce: place [](https://) in a content of a page. Or in any other part which passes through markdown. Or place any other "malformed url" in place of https://.
Observed behavior: 0 - An exception has been thrown during the rendering of a template ("Malformed URL: https://") The whole page is not shown
Expected behavior: Any graceful behavior: 1) render it as https:// or 2) render as empty space
Example: (github.com renders [](https://) as empty space)
The text was updated successfully, but these errors were encountered:
This lets an error (or a malicious inclusion) in a user's comment or in some other part of a page to render the whole page unusable.
To reproduce: place
[](https://)
in a content of a page. Or in any other part which passes through markdown. Or place any other "malformed url" in place ofhttps://
.Observed behavior:
0 - An exception has been thrown during the rendering of a template ("Malformed URL: https://")
The whole page is not shownExpected behavior: Any graceful behavior: 1) render it as
https://
or 2) render as empty spaceExample: (
github.com
renders[](https://)
as empty space)The text was updated successfully, but these errors were encountered: