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
How can I at least disable the default URL validation?
It seems to be introduced in commit fdbc555 (Local links (with hash) are never ajaxified) which doesn't state anything about colons. The thx to @vrana comment is not helpful at all.
Why is using of
:
(colon) forbidden in URL? Why should we thank to@vrana
for that?https://github.com/vojtech-dobes/nette.ajax.js/blob/master/nette.ajax.js#L332
How can I at least disable the default URL validation?
It seems to be introduced in commit fdbc555 (Local links (with hash) are never ajaxified) which doesn't state anything about colons. The
thx to @vrana
comment is not helpful at all.Colon (:) is not seen really often but it is a possible character in URI path (see https://www.quora.com/Is-it-safe-to-use-a-colon-in-the-path-of-a-URL or http://tools.ietf.org/html/rfc3986).
The text was updated successfully, but these errors were encountered: