mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Make the Auth prompt DOS protection a browser-element opt-in feature.
This commit is contained in:
parent
7b71e22bee
commit
1e6b075d1d
6 changed files with 40 additions and 14 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue