mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
parent
199b74eb9d
commit
7f9b5f6329
2 changed files with 15 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
|||
type="bool"/>
|
||||
#endif
|
||||
<preference id="pref.general.compatmode" name="general.useragent.compatMode" type="int"/>
|
||||
|
||||
<preference id="pref.general.captiveportal" name="network.captive-portal-service.enabled" type="bool"/>
|
||||
|
||||
<!-- Network tab -->
|
||||
<preference id="browser.cache.disk.capacity" name="browser.cache.disk.capacity" type="int"/>
|
||||
|
|
@ -179,6 +181,7 @@
|
|||
</hbox>
|
||||
</groupbox>
|
||||
#endif
|
||||
<!-- User Agent compatibility -->
|
||||
<groupbox id="UACompatGroup" orient="vertical">
|
||||
<caption label="&UACompatGroup.label;"/>
|
||||
<hbox align="center">
|
||||
|
|
@ -192,6 +195,15 @@
|
|||
</menulist>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Captive portal detection -->
|
||||
<groupbox id="captivePortalGroup" orient="vertical">
|
||||
<caption label="&captivePortalGroup.label;"/>
|
||||
<checkbox id="captivePortalDetect"
|
||||
label="&captivePortalDetect.label;"
|
||||
preference="pref.general.captiveportal"/>
|
||||
</groupbox>
|
||||
|
||||
</tabpanel>
|
||||
|
||||
<!-- Network -->
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
<!ENTITY UACompat.Gecko "Gecko Compatibility">
|
||||
<!ENTITY UACompat.Firefox "Firefox Compatibility">
|
||||
|
||||
<!ENTITY captivePortalGroup.label "Captive portals">
|
||||
<!ENTITY captivePortalDetect.label "Detect restricted network access">
|
||||
|
||||
<!ENTITY dataChoicesTab.label "Data Choices">
|
||||
|
||||
<!ENTITY crashReporterSection.label "Crash Reporter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue