Make the Auth prompt DOS protection a browser-element opt-in feature.

This commit is contained in:
wolfbeast 2019-03-01 14:01:09 +01:00 committed by Roy Tam
commit 1e6b075d1d
6 changed files with 40 additions and 14 deletions

View file

@ -899,6 +899,10 @@
<field name="mIconURL">null</field>
<property name="isAuthDOSProtected"
onget="return (this.getAttribute('authdosprotected') == 'true');"
readonly="true"/>
<!-- This is managed by the tabbrowser -->
<field name="lastURI">null</field>