Skip to content

Commit 1e66e14

Browse files
Specify cookie setting
1 parent 64463c0 commit 1e66e14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
INVENTREE_MEDIA_ROOT: ../test_inventree_media
1515
INVENTREE_STATIC_ROOT: ../test_inventree_static
1616
INVENTREE_BACKUP_DIR: ../test_inventree_backup
17+
INVENTREE_COOKIE_SAMESITE: False
1718
INVENTREE_ADMIN_USER: testuser
1819
INVENTREE_ADMIN_PASSWORD: testpassword
1920
INVENTREE_ADMIN_EMAIL: [email protected]

test/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
- INVENTREE_ADMIN_USER=testuser
2222
- INVENTREE_ADMIN_PASSWORD=testpassword
2323
24+
- INVENTREE_COOKIE_SAMESITE=False
2425
restart: unless-stopped
2526
volumes:
2627
- ./data:/home/inventree/data

0 commit comments

Comments
 (0)