Protections panel tries to work on chrome:// and about: URIs
Categories
(Firefox :: Protections UI, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: jgabitto1792, Mentored)
References
Details
(Whiteboard: [privacy-panel][skyline])
Attachments
(1 file, 2 obsolete files)
For example go to chrome://global/skin/in-content/info-pages.css and open the protections panel. There's all sort of things there that don't make sense:
- Turning ETP on/off for the "site".
- "Protections for global" header.
- No trackers known to Nightly were detected on this page...
It's probably better to hide the panel toggle button similarly to how we hide it for about: pages for example...
Comment 1•5 years ago
|
||
Hmm this is based on ContentBlockingAllowList.canHandle so we would probably have to fix where the contentBlockingAllowListPrincipal is exposed for that.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
We'll cover content-privileged about: URIs like about:robots or about:compat in this bug, too.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Backed out changeset be1bf86b2d6c (Bug 1574671) for bc and TV failures in browser/base/content/test/protectionsUI/browser_protectionsUI_shield_visibility.js CLOSED TREE
bc: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&fromchange=87b4d7ad037bcfe7aaccda9813f9991b1a3f3ba6&selectedJob=298896304
log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298896304&repo=autoland&lineNumber=7419
TV: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&fromchange=87b4d7ad037bcfe7aaccda9813f9991b1a3f3ba6&selectedJob=298896814
log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298896814&repo=autoland&lineNumber=1432
(In reply to Stefan Hindli [:stefan_hindli] from comment #6)
Backed out changeset be1bf86b2d6c (Bug 1574671) for bc and TV failures in browser/base/content/test/protectionsUI/browser_protectionsUI_shield_visibility.js CLOSED TREE
bc: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&fromchange=87b4d7ad037bcfe7aaccda9813f9991b1a3f3ba6&selectedJob=298896304
log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298896304&repo=autoland&lineNumber=7419TV: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&fromchange=87b4d7ad037bcfe7aaccda9813f9991b1a3f3ba6&selectedJob=298896814
log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298896814&repo=autoland&lineNumber=1432
I've made the changes that resolves the errors.
Comment 9•5 years ago
|
||
bugherder |
Description
•