captcha extension added

This commit is contained in:
pseudozach
2020-12-30 15:50:08 -08:00
parent 1c922a5ddc
commit b91271315a
13 changed files with 1069 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from .proxy_fix import ASGIProxyFix
from .tasks import run_deferred_async, invoice_listener, internal_invoice_listener, webhook_handler, grab_app_for_later
from .settings import WALLET
secure_headers = SecureHeaders(hsts=False)
secure_headers = SecureHeaders(hsts=False,xfo=False)
def create_app(config_object="lnbits.settings") -> QuartTrio: