Skip to content

Commit 291035a

Browse files
committed
Drop ngrok from dev settings
1 parent 3cc22f4 commit 291035a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bookmarks/settings/dev.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"127.0.0.1",
2020
]
2121

22-
# Allow access through ngrok
23-
CSRF_TRUSTED_ORIGINS = ["https://*.ngrok-free.app"]
24-
2522
STATICFILES_DIRS = [
2623
# Resolve theme files from style source folder
2724
os.path.join(BASE_DIR, "bookmarks", "styles"),

0 commit comments

Comments
 (0)