Bug 8324: Prevent DNS proxy bypasses caused by Drag&Drop
Try to keep a good level of protection against leaks caused by accidental link drags, while not hampering usability (e.g. bookmarks reordering or intentional navigation gestures):
- Keep the torbutton!106 (merged) fix against
text/plain
andtext/html
fallback flavors escaping the filter - Limit the protection to actual links (i.e. anchor elements or other DOM elements which cause a
text/x-moz-url
data flavor to be added to the transferable object) as it was originally meant - Drop any attempt to guess "selected text containing URLs"
- Explicitly exempt bookmarks
- Allow as much as possible dragging links onto the Tor Browser's own UI, for navigation and bookmarking purposes
Part of #41518, fixes #41520 (closed).
Edited by ma1