Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
13 deletions
-
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 |
|
|
|