About 82 results found. (Query 0.02300 seconds)
By the way, if you don't want to type 'http://' infront of an eepsite URL (otherwise Firefox opens your default search engine) you just to have to add browser.fixup.domainsuffixwhitelist.i2p to about:config and set it to true . Both tips are QoL improvements to me at least :3 2024-09-04 I disapprove of what you say, but I will defend to the death your right to say it a quote from The Friends of Voltaire (1906) by Stephen G Tallentyre 2024-09-03 If you're visiting different eepsites keep in...
-DEBUG = False - -ALLOWED_HOSTS = ['*'] - -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': 'db.sqlite3', - 'USER': None, - 'PASSWORD': None, - 'HOST': None, - 'PORT': None, - } -} - -LANGUAGE_CODE = 'ru-ru' -TIME_ZONE = 'Europe/Moscow' - -# Captcha settings -CAPTCHA_ENABLE = False -CAPTCHA_IMAGE_SIZE = 128, 32 -CAPTCHA_BACKGROUND_COLOR = '#191b21' -CAPTCHA_FOREGROUND_COLOR = '#bfbfbf' - -BUMP_LIMIT = 500...