eric6/Preferences/__init__.py

changeset 7565
928373562e36
parent 7548
e1c6a2e32a38
child 7567
bb196e51827d
--- a/eric6/Preferences/__init__.py	Sat May 02 14:04:18 2020 +0200
+++ b/eric6/Preferences/__init__.py	Sat May 02 19:10:08 2020 +0200
@@ -961,6 +961,7 @@
         "KeepCookiesUntil": 0,      # CookieJar.KeepUntilExpire
         "FilterTrackingCookies": True,
         "SaveUrlColor": QColor(184, 248, 169),
+        # TODO: add colors for insecure URLs and malicious URLs
         "UserAgent": "",
         "AcceptQuotaRequest": 2,            # yes/no/ask (0, 1, 2)
         "AcceptProtocolHandlerRequest": 2,  # yes/no/ask (0, 1, 2)

eric ide

mercurial