Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters not cleaned properly on Android Firefox when using YouTube share feature #340

Open
dot-mike opened this issue Dec 24, 2023 · 0 comments

Comments

@dot-mike
Copy link

In the YouTube web page for Firefox mobile on Android there is an option to share the current URL to the video, when doing so YT injects si into the URL. This sharing feature is using android native option share the URL (small popup).

Not sure there is any limitations to extensions not being able to intercept and modify the information when copying? Could be that the share button it self does some magic when clicking it.

Steps to reproduce:

  1. Navigate to YouTube on Firefox on Android and play any video.
  2. Click the share button and click copy to clipboard
  3. Observe that si parameter is injected to the URL

Expected result:
URL as seen in URL-bar without any tracking parameters.

Actual result:
Tracking parameters injected to the URL for sharing.

Screenshot_20231224_145713_Firefox Beta

Screenshot_20231224_145242_Firefox Beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant