Actions
Bug #454
closedURL modification is not applied to redirects
Start date:
05/30/2019
Due date:
% Done:
0%
Estimated time:
Description
For example, clicking a link on Facebook loads their redirect service, which then loads the URL. The resulting URL includes `fbclid=`, but it is not stripped out because the URL sanitation method is not called when a redirect is engaged.
Given WebView's limitations, it might not be possible to fix this until Privacy WebView. But it should be possible to at least process the final URL before it is displayed in the URL Box (so that shared URLs do not contain these items).
Updated by Soren Stoutner over 5 years ago
The URLs are now sanitized before being displayed in the URL text box. But the unsanitized URLs are still being loaded on redirects.
Updated by Soren Stoutner over 5 years ago
- Status changed from New to Closed
Actions