Skip to content

Commit

Permalink
Merge branch 'main' into BC-8989-change-logo-brb
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchuhmacher authored Feb 24, 2025
2 parents 59cd02d + f37b735 commit e8bbd0e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, AGPL-3.0
allow-licenses: >
AGPL-3.0-only,
LGPL-3.0,
MIT,
Apache-2.0,
BSD-2-Clause,
BSD-3-Clause,
ISC,
X11,
0BSD,
GPL-3.0,
AGPL-3.0
allow-dependencies-licenses: pkg:npm/indutny/[email protected]
2 changes: 1 addition & 1 deletion config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
"SESSION_COOKIE_SAME_SITE": {
"type": "string",
"default": "strict",
"default": "lax",
"description": "express-session cookie samesite attribute"
},
"COOKIE": {
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8bbd0e

Please sign in to comment.