Skip to content

Commit 3c3dde2

Browse files
authored
allow unsafe cookies to support ip based auth (#335)
1 parent 4a334de commit 3c3dde2

File tree

2 files changed

+1
-66
lines changed

2 files changed

+1
-66
lines changed

cterasdk/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __str__(self):
1212

1313

1414
class ClientCookieJar(BaseSettings):
15-
unsafe: bool = False
15+
unsafe: bool = True
1616

1717

1818
class ClientConnector(BaseSettings):

cterasdk/settings.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)