From 37cf44cf23af15f67c0fe83a92d5848f04b9e475 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 5 Feb 2020 12:31:48 +0000 Subject: [PATCH] Update __init__.py --- lnbits/__init__.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lnbits/__init__.py b/lnbits/__init__.py index d2cc7532..71f70a1d 100644 --- a/lnbits/__init__.py +++ b/lnbits/__init__.py @@ -16,19 +16,7 @@ from .settings import LNBITS_PATH, WALLET, DEFAULT_USER_WALLET_NAME, FEE_RESERVE app = Flask(__name__) -Talisman(app, content_security_policy={ - "default-src": [ - "'self'", - "'unsafe-eval'", - "'unsafe-inline'", - "cdnjs.cloudflare.com", - "code.ionicframework.com", - "code.jquery.com", - "fonts.googleapis.com", - "fonts.gstatic.com", - "maxcdn.bootstrapcdn.com", - ] -}) + # filters app.jinja_env.filters["megajson"] = megajson