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
Since we now only allow for certain schemes in links that come from markdown we have broken links to virtual documents. I don't think that is necessary or a security risk: !href.match(/^http:|https:|file:|mailto:|command:/i). This is related to #29076.
The text was updated successfully, but these errors were encountered:
Since we now only allow for certain schemes in links that come from markdown we have broken links to virtual documents. I don't think that is necessary or a security risk:
!href.match(/^http:|https:|file:|mailto:|command:/i)
. This is related to #29076.The text was updated successfully, but these errors were encountered: