diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-27 11:48:10 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-27 11:48:10 +0200 |
commit | 0cc5b07dafe501f4e6f97945264a597f437cbf67 (patch) | |
tree | 8ede3885c7f3add4c262ae141f4c2e314cb387fa /g4f/cookies.py | |
parent | Merge pull request #1891 from eienmojiki206/main (diff) | |
download | gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar.gz gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar.bz2 gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar.lz gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar.xz gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.tar.zst gpt4free-0cc5b07dafe501f4e6f97945264a597f437cbf67.zip |
Diffstat (limited to 'g4f/cookies.py')
-rw-r--r-- | g4f/cookies.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/cookies.py b/g4f/cookies.py index 3c082abc..9dfe0ca5 100644 --- a/g4f/cookies.py +++ b/g4f/cookies.py @@ -31,7 +31,8 @@ DOMAINS = [ ".meta.ai", ".google.com", "www.whiterabbitneo.com", - "huggingface.co" + "huggingface.co", + "chat.reka.ai", ] if has_browser_cookie3 and os.environ.get('DBUS_SESSION_BUS_ADDRESS') == "/dev/null": |