From 3b27d2adda8d1cb6519dfcb70b791d4d02391ecf Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Mon, 18 Mar 2019 18:19:34 -0400 Subject: backport uxp #998: Improve the http basic auth DoS protection heuristics --- base/content/browser.xul | 3 ++- base/content/tabbrowser.xml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/base/content/browser.xul b/base/content/browser.xul index e8c9e92..3d2a446 100644 --- a/base/content/browser.xul +++ b/base/content/browser.xul @@ -991,7 +991,8 @@ contentcontextmenu="contentAreaContextMenu" autocompletepopup="PopupAutoComplete" selectmenulist="ContentSelectDropdown" - datetimepicker="DateTimePickerPanel"/> + datetimepicker="DateTimePickerPanel" + authdosprotected="true"/>