Open
Bug 1910019
Opened 1 year ago
Updated 1 year ago
Remove single sponsored tile
Categories
(Firefox for Android :: Homepage, enhancement, P3)
Tracking
()
ASSIGNED
People
(Reporter: gl, Assigned: gl)
References
()
Details
Attachments
(1 file)
Allow users to dismiss a single advertiser/sponsored tile.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Related desktop prior art from talking with :thecount
- Sponsored shortcut tiles are blocked based on the hostname.
- https://searchfox.org/mozilla-central/rev/9a572190c09f1e886a88fe860e1fc26342b8f2bf/browser/components/newtab/lib/PlacesFeed.sys.mjs#478-488 is where desktop adds the url to the list of blocks.
- https://searchfox.org/mozilla-central/rev/9a572190c09f1e886a88fe860e1fc26342b8f2bf/browser/components/newtab/lib/TopSitesFeed.sys.mjs#376-381 is where we go through a list of new tiles and see if any are blocked and remove them.
- For the most part though, you can also look at any code that uses the blocked tiles pref: https://searchfox.org/mozilla-central/search?q=browser.topsites.blockedSponsors&path=&case=true®exp=false
Updated•1 year ago
|
Attachment #9416449 -
Attachment description: WIP: Bug 1910019 - Add ability to dismiss sponsored tiles → Bug 1910019 - Add ability to dismiss a sponsored tile
You need to log in
before you can comment on or make changes to this bug.
Description
•