Skip to content

Commit 8c09f28

Browse files
committed
allow unsafe cookies to support ip based auth
1 parent 4a334de commit 8c09f28

2 files changed

Lines changed: 1 addition & 66 deletions

File tree

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)