85 "ConsoleDbgCommand": "", |
85 "ConsoleDbgCommand": "", |
86 "PathTranslation": False, |
86 "PathTranslation": False, |
87 "PathTranslationRemote": "", |
87 "PathTranslationRemote": "", |
88 "PathTranslationLocal": "", |
88 "PathTranslationLocal": "", |
89 "NetworkInterface": "127.0.0.1", |
89 "NetworkInterface": "127.0.0.1", |
90 "AutoViewSourceCode" : False, |
90 "AutoViewSourceCode": False, |
91 } |
91 } |
92 debuggerDefaults["AllowedHosts"] = ["127.0.0.1", "::1%0"] |
92 debuggerDefaults["AllowedHosts"] = ["127.0.0.1", "::1%0"] |
93 |
93 |
94 # defaults for the UI settings |
94 # defaults for the UI settings |
95 uiDefaults = { |
95 uiDefaults = { |
652 "VirusTotalServiceKey": "", |
652 "VirusTotalServiceKey": "", |
653 "VirusTotalSecure": False, |
653 "VirusTotalSecure": False, |
654 "SearchLanguage": QLocale().language(), |
654 "SearchLanguage": QLocale().language(), |
655 "DoNotTrack": False, |
655 "DoNotTrack": False, |
656 "SendReferer": True, |
656 "SendReferer": True, |
657 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], |
657 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], |
658 "RssFeeds": [], |
658 "RssFeeds": [], |
659 "SyncEnabled": False, |
659 "SyncEnabled": False, |
660 "SyncBookmarks": True, |
660 "SyncBookmarks": True, |
661 "SyncHistory": True, |
661 "SyncHistory": True, |
662 "SyncPasswords": False, |
662 "SyncPasswords": False, |