Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaking committed Jan 15, 2024
1 parent a9497f2 commit 09f08d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/local_settings_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
}
}
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
SESSION_COOKIE_SECURE = False
SESSION_COOKIE_HTTPONLY = False
CSRF_COOKIE_HTTPONLY = False
CSRF_COOKIE_SECURE = False

0 comments on commit 09f08d8

Please sign in to comment.