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
So, with #11 merged, Users can be presented a link to hxxp://matrix.to/ and the "open with" dialog will pass it to Hydrogen.
Question: are we able to blacklist/whitelist valid URLs that may be set this way? Because now, such URLs will be set to the (authorized/logged-in!) view without looking at them, which could be used maliciously.
Maybe the handleUrlChange() function can be expanded too look at URLs closer, and not only detect invitations, but also filter not-allowed URLs or so.
The text was updated successfully, but these errors were encountered:
So, with #11 merged, Users can be presented a link to hxxp://matrix.to/ and the "open with" dialog will pass it to Hydrogen.
Question: are we able to blacklist/whitelist valid URLs that may be set this way? Because now, such URLs will be set to the (authorized/logged-in!) view without looking at them, which could be used maliciously.
Maybe the
handleUrlChange()
function can be expanded too look at URLs closer, and not only detect invitations, but also filter not-allowed URLs or so.The text was updated successfully, but these errors were encountered: