summaryrefslogtreecommitdiff
path: root/base/content/tabbrowser.xml
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2019-03-18 18:19:34 -0400
committerGaming4JC <g4jc@bulletmail.org>2019-03-18 18:19:34 -0400
commit3b27d2adda8d1cb6519dfcb70b791d4d02391ecf (patch)
tree7722cbb0483dabd1b02f28d74cf4ef26e2e9582a /base/content/tabbrowser.xml
parent397e4f8772be74baa140b8a5bcfa8408887598bb (diff)
downloadiceweasel-uxp-3b27d2adda8d1cb6519dfcb70b791d4d02391ecf.tar.gz
backport uxp #998: Improve the http basic auth DoS protection heuristicsv2.4
Diffstat (limited to 'base/content/tabbrowser.xml')
-rw-r--r--base/content/tabbrowser.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/base/content/tabbrowser.xml b/base/content/tabbrowser.xml
index 287e402..68c77ed 100644
--- a/base/content/tabbrowser.xml
+++ b/base/content/tabbrowser.xml
@@ -25,7 +25,7 @@
<xul:vbox flex="1" class="browserContainer">
<xul:stack flex="1" class="browserStack" anonid="browserStack">
<xul:browser anonid="initialBrowser" type="content-primary" message="true" messagemanagergroup="browsers"
- xbl:inherits="tooltip=contenttooltip,contextmenu=contentcontextmenu,autocompletepopup,selectmenulist,datetimepicker"/>
+ xbl:inherits="tooltip=contenttooltip,contextmenu=contentcontextmenu,autocompletepopup,selectmenulist,datetimepicker,authdosprotected"/>
</xul:stack>
</xul:vbox>
</xul:hbox>
@@ -1916,6 +1916,10 @@
b.setAttribute("datetimepicker", this.getAttribute("datetimepicker"));
}
+ if (this.hasAttribute("authdosprotected")) {
+ b.setAttribute("authdosprotected", this.getAttribute("authdosprotected"));
+ }
+
b.setAttribute("autoscrollpopup", this._autoScrollPopup.id);
if (aParams.relatedBrowser) {