mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 258405 - "New measure to prevent XUL spoofing also allows other custom toolbars to appear, not only the location bar" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Mano a1.9=mconnor]
This commit is contained in:
parent
5395a457d4
commit
f9da229439
@ -75,3 +75,10 @@ tabbrowser {
|
||||
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
/* Hide extension toolbars that neglected to set the proper class */
|
||||
window[chromehidden~="location"][chromehidden~="toolbar"] toolbar:not(.chromeclass-menubar),
|
||||
window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-menubar)
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user