Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2261
Enable HttpOnly on session cookies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable HttpOnly on session cookies
session-httponly
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Theo Lesage
requested to merge
session-httponly
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#1721 (closed)
0
0
Merge request reports
Compare
version 1
version 1
27bc8232
1 year ago
master (base)
and
latest version
latest version
155974a6
1 commit,
1 year ago
version 1
27bc8232
1 commit,
1 year ago
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
2
−
1
Options
@@ -11,8 +11,9 @@ Backend for Historical Manuscripts Indexing
*
Python 3.10+
*
pip
*
[
virtualenvwrapper
](
https://virtualenvwrapper.readthedocs.io/en/latest/
)
*
Docker 24+
*
[
Docker 24+
](
https://docs.docker.com/engine/install/#supported-platforms
)
*
[
mkcert
](
https://github.com/FiloSottile/mkcert?tab=readme-ov-file#installation
)
*
[
GeoDjango system dependencies
](
https://docs.djangoproject.com/en/3.1/ref/contrib/gis/install/geolibs/
)
:
`sudo apt install binutils libproj-dev gdal-bin`
## Setup for developers
Loading