Changes

Jump to: navigation, search

Security/Safe Browsing

10 bytes removed, 00:16, 15 October 2015
History: fix heading levels
You can read the discussion that lead up to to its integration in https://bugzilla.mozilla.org/show_bug.cgi?id=329292
== Prefs ==
* <tt>browser.safebrowsing.debug</tt>: show debugging info from the JavaScript list update code on the command line
* <tt>browser.safebrowsing.provider.google.updateURL</tt>: server endpoint for malware and phishing list updates
== Documentation ==
* [https://developers.google.com/safe-browsing/developers_guide_v2 Safe Browsing protocol v2.2]
* [[Phishing Protection: Design Documentation|Design Documentation]]
* [[Phishing Protection: Client Spec|Client Spec]]
== Engineering ==
Product/Component: '''Toolkit/Safe Browsing'''
* [https://people.mozilla.org/~fmarier/safebrowsing-dashboard/ Telemetry dashboard]
=== Code walkthrough ===
Both [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/netwerk/base/nsBaseChannel.cpp#611 nsBaseChannel::Open()] and [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/netwerk/base/nsBaseChannel.cpp#672 nsBaseChannel::AsyncOpen()] ask for the channel to be [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/netwerk/base/nsBaseChannel.cpp#306 "classified"] by
When the [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#7613 classification state of the page changes], the appropriate UI [https://dxr.mozilla.org/mozilla-central/rev/f8086bd3c84fc1a42c3625cf3cc2253f0a5e8cfd/docshell/base/nsDocShell.cpp#4854 is shown].
== QA ==
* [http://itisatrap.org/firefox/its-an-attack.html Malware], [http://itisatrap.org/firefox/its-a-trap.html phishing] and [http://itisatrap.org/firefox/unwanted.html unwanted software] test pages
Confirm
908
edits

Navigation menu