Skip to content

Commit 0da6bbf

Browse files
committed
add dev domain to trusted csrf origins
1 parent 11db4e2 commit 0da6bbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

procollab/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"https://procollab.ru",
3232
"https://www.procollab.ru",
3333
"https://app.procollab.ru",
34+
"https://dev.procollab.ru"
3435
]
3536

3637
ALLOWED_HOSTS = [

0 commit comments

Comments
 (0)