]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings/Settings.kcfg
Enable downloading of files that require login cookies. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / settings / Settings.kcfg
index c5435fa77fda6a5b3c1a6535cf6fc74720dedeae..9b46d73a1ef8455e8fe2491a484981c7f97a551b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 
   Privacy Browser PC is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
     <kcfgfile name="privacybrowser"/>
 
     <group name="Privacy">
-        <entry name="javaScript" type="Bool">
+        <entry name="javaScriptEnabled" type="Bool">
             <default>false</default>
         </entry>
 
-        <entry name="localStorage" type="Bool">
+        <entry name="localStorageEnabled" type="Bool">
+            <default>false</default>
+        </entry>
+
+        <entry name="domStorageEnabled" type="Bool">
             <default>false</default>
         </entry>
 
         <entry name="zoomFactor" type="Double">
             <default>1.00</default>
         </entry>
+
+        <entry name="downloadLocation" type="String">
+            <default>System Download Directory</default>
+        </entry>
+
+        <entry name="tabsOnTop" type="Bool">
+            <default>true</default>
+        </entry>
+
+        <entry name="fullScreenHideMenuBar" type="Bool">
+            <default>true</default>
+        </entry>
+
+        <entry name="fullScreenHideToolBars" type="Bool">
+            <default>true</default>
+        </entry>
+
+        <entry name="fullScreenHideTabBar" type="Bool">
+            <default>true</default>
+        </entry>
+
+        <entry name="fullScreenHideStatusBar" type="Bool">
+            <default>true</default>
+        </entry>
     </group>
 </kcfg>