Skip to content

Commit

Permalink
do not require secure cookies for LS (see #119)
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Dec 8, 2024
1 parent edfe0e5 commit b286c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning_pose_app/label_studio/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _start_label_studio(self):
"LABEL_STUDIO_BASE_DATA_DIR": abspath(self.database_dir),
"LABEL_STUDIO_SESSION_COOKIE_SAMESITE": "Lax",
"LABEL_STUDIO_CSRF_COOKIE_SAMESITE": "Lax",
"LABEL_STUDIO_SESSION_COOKIE_SECURE": "1",
"LABEL_STUDIO_SESSION_COOKIE_SECURE": "0",
"LABEL_STUDIO_USE_ENFORCE_CSRF_CHECKS": "0",
},
)
Expand Down

0 comments on commit b286c05

Please sign in to comment.