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
Only add Origin param if query will navigate to Duck Player (#5197)
Task/Issue URL:
https://app.asana.com/0/1202552961248957/1208628973892718/f
### Description
Only add Origin param if query will navigate to Duck Player
### Steps to test this PR
_Test origin param is still added if navigating to Duck Player_
- [x] Set Duck Player to Always
- [x] Search for a video
- [x] Click on a search result for a video
- [x] Check query param `origin=serp_auto` is added
_Test origin param is still added if navigating to Duck Player and
opening in new tab_
- [x] Open FF inventory and enable "Duck player > open in new tab"
- [x] Set Duck Player to Always and enable open in new tab
- [x] Search for a video
- [x] Click on a search result for a video
- [x] Check query param `origin=serp_auto` is added and the video is
opened in a new tab
_Test origin param is not added if not navigating to Duck Player_
- [x] Set Duck Player to Always
- [x] Search for a nytimes
- [x] Open nytimes site
- [x] Check query param `origin=serp_auto` is not added
0 commit comments