Open Bug 1032393 Opened 10 years ago Updated 2 years ago

Make sure we honor the 45 minute Safe Browsing expiry

Categories

(Toolkit :: Safe Browsing, defect, P5)

x86_64
Linux
defect

Tracking

()

REOPENED

People

(Reporter: mmc, Unassigned)

References

(Depends on 1 open bug)

Details

Bug 1024610 turns it off because we never wrote a gethash responder. There will be one in production in time for 33, though.
The purpose of this bug is to ensure that we don't respect stale table entries. We should audit this code regardless of gethash status.
The reason we might be respecting stale entries is that gethash requests are currently disabled for mozpub-track-digest256: https://mxr.mozilla.org/mozilla-central/source/modules/libpref/init/all.js#4427 So we could either remove it from urlclassifier.disallow_completions or double-check the logic in the skip completions code in nsUrlClassifierDBService.cpp. I think we probably *are* respecting stale entries.
Summary: enable gethash requests for mozpub-track-digest256 → Make sure we honor the 45 minute timeout for mozpub-track-digest256
Testing steps: 1. Turn TP on 2. Wait for the list to get downloaded 3. Set the update URL to an unreachable host 4. Wait for more than 45 min 5. Is TP still blocking things (now that the list is stale)? Expected: TP should not be blocking anything while the list entries are stale.
QA Contact: mwobensmith
(In reply to [:mmc] Monica Chew (no longer reading bugmail) from comment #2) > I think we probably *are* respecting stale entries. My testing says yes, that is correct. We are still blocking things long after list is stale. I tried this twice - once waiting two hours, once overnight - both times, we still block when host is unreachable.
Assigning to François to be tracked by someone.
Assignee: nobody → francois
Note from Matt: it also affects Safe Browsing.
Component: DOM: Security → Safe Browsing
Product: Core → Toolkit
Summary: Make sure we honor the 45 minute timeout for mozpub-track-digest256 → Make sure we honor the 45 minute Safe Browsing expiry
Depends on: 1171790
From what I can see, the result that Matt saw in comment 4 only show up when the table is in urlclassifier.disallow_completions. If we take mozpub-track-digest256 out of that (therefore enabling gethash calls) then it behaves like it should: after 45 minutes, stale entries are not used anymore.
Status: NEW → ASSIGNED
Before we take mozpub-track-digest256 out of disallow_completions, we need to fix https://github.com/mozilla-services/shavar/issues/46.
Depends on: 1148158
Assignee: francois → nobody
Status: ASSIGNED → NEW
Another warning: before we start honouring the 45 expiry for lists in urlclassifier.disallow_completions, we need to take the tracking protection list out of there, otherwise a stale list will completely disable TP (which is not currently the behaviour we want to see).
Priority: -- → P5
(In reply to François Marier [:francois] from comment #9) > Another warning: before we start honouring the 45 expiry for lists in > urlclassifier.disallow_completions, we need to take the tracking protection > list out of there, otherwise a stale list will completely disable TP (which > is not currently the behaviour we want to see). Make the expiry a per-provider variable?
(In reply to Gian-Carlo Pascutto [:gcp] from comment #10) > Make the expiry a per-provider variable? Good point. If we set Mozilla lists to expire after 3 hours (for example), it should give them enough time to get updated.
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.