Unable to see the content of brasil.estadao.com.br in Private mode
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | affected |
People
(Reporter: oanaarbuzov, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
Environment:
Browser / Version: Firefox Nightly 96.0a1 (🦎 96.0a1-20211108095312), Firefox Nightly 96.0a1 (2021-11-08)
Operating System: Google Pixel 5 (Android 11) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density), Windows 10 Pro
Prerequisites:
Firefox Nightly browser opened in "Private" mode.
Steps to reproduce:
- Navigate to https://brasil.estadao.com.br/noticias/geral,mpf-cobrou-em-junho-anac-apuracao-de-denuncia-sobre-aviao-que-caiu-com-marilia-mendonca,70003890777?utm_source=twitter:newsfeed&utm_medium=social-organic&utm_campaign=redes-sociais:112021:e&utm_content=:::&utm_term=
- Observe the page.
Expected Behavior:
The page loads without asking for login to see the content.
Actual Behavior:
A notification message is displayed, asking for login in order to access the page content.
Notes:
- Screenshot attached.
- The issue is not reproducible with normal mode.
- The issue is also reproducible on Firefox Nightly desktop - Private mode, but it is not reproducible on Chrome desktop - Incognito mode.
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
This appears to be a paywall script. I'm not asked for a login in strict mode, so it's almost certainly caused by the script checking if serviceworkers/indexeddb are available to detect private browsing mode. Sure enough, in their gtm.js they're looking for both, as well as localStorage:
this.detectBrowsingMode = function(b) {
navigator.serviceWorker ?
this.BrowsingModeDetector.setBrowsingInNormalMode() :
this.BrowsingModeDetector.setBrowsingInIncognitoMode();
// etc
We might be able to provide a site-specific intervention until bug 1320796 is resolved.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
I no longer see that message on their site, or the source code which showed it, or any obvious signs that they're relying on any web APIs that aren't available in private browsing mode.
Oana, can you confirm if it also no longer shows that message for you now? If so, we can close this.
Reporter | ||
Comment 3•2 years ago
|
||
Indeed, the message is no longer displayed.
https://prnt.sc/OwEn7BxaOsZh
Tested with:
Browser / Version: Firefox Nightly 103.0a1 (2022-06-16)
Operating System: Windows 10 Pro
Description
•