Closed
Bug 1448988
Opened 7 years ago
Closed 7 years ago
Extention modifies how google results are displayed, adding ads.
Categories
(Toolkit :: Blocklist Policy Requests, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: e1287150, Unassigned)
Details
Attachments
(1 file)
|
139.55 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180315233128
Steps to reproduce:
Install latest version of "YouTube Best Video Downloader 2"
Now removed from mozilla.com but can still be found here.
https://bvd2.nl/
Used to be here
https://addons.mozilla.org/nl/firefox/addon/youtube-download-mp3-mp4-1080p/
Actual results:
Screenshot of effect:
https://i.imgur.com/RHOQvDa.png
Adds ads to google result.
Expected results:
Pretty self explainatory, someone on reddit said it could be blacklisted so this doesnt affect other users who may not have noticed it / cant figure out how to fix.
Discussion can be found here.
https://www.reddit.com/r/firefox/comments/87a21e/hello_just_noticed_a_new_style_of_ads_when_using/
Updated•7 years ago
|
Component: Untriaged → Blocklisting
Flags: needinfo?(jorge)
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → All
Comment 1•7 years ago
|
||
From 8.5.1 manifest.json:
"content_scripts":[{
"all_frames": false,
"run_at": "document_start",
"matches": ["*://*.youtube.com/*"],
"exclude_matches": ["*://*.youtube.com/embed/*"],
"js": ["data/communication.js", "data/content_script/inject.js", "data/content_script/youtube.js"]
},
{
"matches" : [
"http://*/*", "https://*/*"
],
"js" : [ "data/content_script/content.js" ],
"run_at" : "document_idle",
"all_frames" : false
}],
From 8.5 manifest.json:
"content_scripts":[{
"all_frames": false,
"run_at": "document_start",
"matches": ["*://*.youtube.com/*"],
"exclude_matches": ["*://*.youtube.com/embed/*"],
"js": ["data/communication.js", "data/content_script/inject.js", "data/content_script/youtube.js"]
}],
The new content.js script is the ill-behaved one.
See also: https://support.mozilla.org/questions/1210834
Comment 2•7 years ago
|
||
Injecting advertisements is not sufficient to warrant blocklisting. Doing so without an opt-in is enough to take it down from AMO, which is what was done after we learned about it.
The developer might still upload a new version that addresses these issues, which would fix the problem for current users. For now I don't think there's any further action to take.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jorge)
Resolution: --- → WONTFIX
Comment 3•7 years ago
|
||
I would think that once a developer pulls something like this once, they should have their rights to upload extensions to AMO revoked.
You need to log in
before you can comment on or make changes to this bug.
Description
•