issues
search
jotes
/
django-cookies-samesite
This repository contains a middleware which automatically sets SameSite attribute for session and csrf cookies in legacy versions of Django.
BSD 3-Clause "New" or "Revised" License
49
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Package is not installing
#52
Headmaster11
opened
2 years ago
1
OpenedX migration
#51
MaferMazu
closed
3 years ago
1
Status update
#50
jotes
opened
3 years ago
0
DCS_CSRF_COOKIE_SECURE doesnt work
#49
oscars17
closed
3 years ago
3
ValueError: samesite must be "lax" or "strict".
#48
charklewis
opened
3 years ago
3
Add an optional setting to disable core cookies handling
#47
challet
closed
3 years ago
0
feat: SAMESITE_DEVMODE to help with development servers
#46
nedbat
closed
3 years ago
0
Remove needless assignment
#45
mahyard
closed
3 years ago
1
Admin site messages not going away
#44
unformatt
closed
4 years ago
8
Update README.rst
#43
unformatt
closed
4 years ago
0
Add a blank line to fix the rendering of a code block.
#42
nedbat
closed
4 years ago
0
Django 3.0.x support
#41
browniebroke
closed
4 years ago
6
Missing versions 0.6.6 onwards on pypi
#40
rssujay
closed
4 years ago
2
Remove non-ascii characters from the User-Agent header. Fixes #38.
#39
jotes
closed
4 years ago
0
UnicodeDecodeError when parsing user agent
#38
baragona
closed
4 years ago
9
Fixes #27 and introduces tests.
#37
jotes
closed
4 years ago
1
Use utf-8 by default in setup.py. Fixes #27
#36
jotes
closed
4 years ago
0
Fix the bump target for MacOS users.
#35
jotes
closed
3 years ago
6
code refactor update for ua patch
#34
abdul-rafiu
closed
4 years ago
12
Exception when UA patch isn't a number
#33
browniebroke
closed
4 years ago
7
Black check format error, travis failure fix
#32
abdul-rafiu
closed
4 years ago
5
code review update
#31
abdul-rafiu
closed
4 years ago
1
Run Black over all files in the repo
#30
jotes
closed
4 years ago
0
Mobile App user Agent issue fix
#29
abdul-rafiu
closed
4 years ago
1
Exception thrown parsing user-agent headers for iOS
#28
timmc-edx
closed
4 years ago
3
readme = open('README.rst').read() : UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2752
#27
aniketplivo
closed
4 years ago
8
Fix the setup of requirements
#26
jotes
closed
4 years ago
0
setup.py does not declare dependency on ua-parser
#25
timmc-edx
closed
4 years ago
5
Added Secure if ssl is enabled so that the cookie will not be rejected
#24
abdul-rafiu
closed
4 years ago
1
Add support for SameSite=None; Secure
#23
9mido
closed
4 years ago
3
Disable SameSite for incompatible clients.
#22
abdul-rafiu
closed
4 years ago
2
Added ability to check and update SameSite policy, with this changes SameSite policy will not be updated for the incompatible clients
#21
abdul-rafiu
closed
4 years ago
4
Unable to install package via requirements file as needed by automated testing and deployment
#20
estianross
closed
4 years ago
1
SESSION_COOKIES_SAMESITE has to be 'strict' or 'lax'
#19
huyb22
closed
4 years ago
6
Add support for Django 2.X
#18
sfdye
closed
4 years ago
6
I can't use it in Django 1.11.3, it needs secure
#17
sandwu
closed
4 years ago
2
Can't set cookie for csrftoken
#16
sillycube
closed
4 years ago
4
Samesite=None incompatibility and Django 2.1
#15
rednaks
closed
4 years ago
6
Update regex
#14
kloudd
closed
4 years ago
0
Support cross origin
#13
rednaks
closed
4 years ago
1
Return response if Chrome 51-66 is detected
#12
vinyasmusic
closed
4 years ago
10
Chrome validate 51 66
#11
kloudd
closed
4 years ago
1
Chrome validate 51 66
#10
kloudd
closed
4 years ago
0
add SESSION_COOKIE_SAMESITE_FORCE_ALL flag
#9
mykolas921
closed
4 years ago
1
Fixes #7 - Support 'None' Value
#8
jonespm
closed
4 years ago
1
Doesn't support 'None' value
#7
brianmay
closed
4 years ago
4
Added support for changed cookie names
#6
antoinelb
closed
5 years ago
2
Not working when you change SESSION_COOKIE_NAME
#5
Rmaan
closed
5 years ago
1
Fix spelling mistake in "http" import
#4
jvlomax
closed
6 years ago
1
Allow Cookie module to be imported from http package in python3
#3
jvlomax
closed
6 years ago
5
Next