Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mozilla#186: Enable price polling in certain privacy contexts
Previously, price polling (a.k.a. background price updates) was disabled when Do Not Track, Tracking Protection or certain cookie settings ('reject_third_party' and 'reject_all') were enabled. Now, price polling occurs in these situations. This leaves the `shouldUpdatePrices` function in `privacy.js` kind of useless, but I left it there instead of removing it entirely in order to add the Private Browsing check that is part of mozilla#177.
- Loading branch information