diff options
| author | 2026-06-17 15:08:30 -0400 | |
|---|---|---|
| committer | 2026-06-17 15:08:30 -0400 | |
| commit | ef3f687db0f53f026e808c4284e084255c9e9dd5 (patch) | |
| tree | 9271108ff34145b17696344eb727e44756001e12 /src/portal/requirements.txt | |
| parent | 22d3be9264087ed80d034df0e805bd8101a7d381 (diff) | |
| download | camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.tar.gz camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.tar.bz2 camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.zip | |
Update portal to avoid TLS fingerprinting
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/requirements.txt')
| -rw-r--r-- | src/portal/requirements.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/portal/requirements.txt b/src/portal/requirements.txt index c2e2915..b084ba0 100644 --- a/src/portal/requirements.txt +++ b/src/portal/requirements.txt @@ -1,3 +1,2 @@ -httpx[http2,brotli,zstd] -blake3 -pillow +tls-client2==1.1 +blake3==1.0.8 |