Flip the pref to only run SafeBrowsing classification on top-level contexts
Categories
(Toolkit :: Safe Browsing, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| bugherder | ||
Comment 4•1 year ago
|
||
from comment 0
No description provided.
Can you provide any more information or a reference to the reasoning behind this change? Early on, our SafeBrowsing performance was criticized because we did NOT check iframes and didn't block sites that Chrome did. It is quite common that normal sites get hacked to inject a script or malicious iframe: for example, a flaw discovered in a wordpress plugin or similarly common site-building framework means thousands of sites can be hacked, and will stay hacked until they eventually upgrade their software even after the underlying flaw is fixed.
| Assignee | ||
Comment 5•1 year ago
|
||
The Google SafeBrowsing team has requested this change because they optimize their lists so that the SafeBrowsing requests are only made for top-level loading. They mentioned that there was a loading performance issue because of the SafeBrowsing classification, so they changed their lists.
Google SafeBrowsing team claims that the protection is the same because they will block the top-level domain if a malicious script is injected. So, the site will still be blocked and won't regress the protection.
Description
•