mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 13:59:36 +02:00
feat: Refactor session cookie domain handling to use psl for improved domain parsing
This commit is contained in:
parent
d326d38329
commit
f5dc0ceb0a
3 changed files with 11 additions and 16 deletions
|
@ -152,9 +152,6 @@ else:
|
|||
# Fallback to the hostname if parsing fails
|
||||
SESSION_COOKIE_DOMAIN = hostname
|
||||
|
||||
print("SESSION_COOKIE_DOMAIN:", SESSION_COOKIE_DOMAIN)
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/1.7/howto/static-files/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue