Confirmed users
238
edits
Line 34: | Line 34: | ||
The Chrome implementation for the digest256 list can be found in SafeBrowsingProtocolParser [https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/safe_browsing/protocol_parser.cc]. The Firefox implementation for the digest256 list may be found in ProtocolParser [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/url-classifier/ProtocolParser.cc]. | The Chrome implementation for the digest256 list can be found in SafeBrowsingProtocolParser [https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/safe_browsing/protocol_parser.cc]. The Firefox implementation for the digest256 list may be found in ProtocolParser [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/url-classifier/ProtocolParser.cc]. | ||
== Local lookups == | == Local lookups (present in FF 31) == | ||
URL-based lookups for the target URL and its redirect chain happen in the same way for published Safe Browsing API. For certificate information lookups, the user-agent generates URLs based on signing information and looks up the resulting URL and its fragments in the same way. | URL-based lookups for the target URL and its redirect chain happen in the same way for published Safe Browsing API. For certificate information lookups, the user-agent generates URLs based on signing information and looks up the resulting URL and its fragments in the same way. | ||