Skip to content

Commit

Permalink
Merge branch 'master' into update_workflows_external_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea authored Mar 31, 2023
2 parents a2279c2 + 0106966 commit 90b97ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/4626.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix documentation build, add pins @sneridagh
1 change: 1 addition & 0 deletions news/4627.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set sameSite in I18N_LANGUAGE cookie @sneridagh
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ lesscpy
linkify-it-py
myst-parser
sphinx-autobuild
sphinx-book-theme
pydata-sphinx-theme<=0.8.99
sphinx-book-theme==0.3.3
sphinx-copybutton
sphinx-sitemap
sphinx-togglebutton
Expand Down
1 change: 1 addition & 0 deletions src/actions/language/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function changeLanguageCookies(language, req) {

const cookieOptions = getCookieOptions({
secure: req?.protocol?.startsWith('https') ? true : false,
sameSite: 'strict',
});

if (!req) {
Expand Down

0 comments on commit 90b97ab

Please sign in to comment.