Add support for impersonating Firefox 100

Add support for impersonating Firefox 100. The TLS signature is identical to
previous versions of Firefox.

In addition, upgrade NSS (Firefox's TLS library) to version 3.77 used by
Firefox 100. This is not strictly necessary as the previous version used
works just fine, but it's better keep up with the newest version.
This commit is contained in:
lwthiker
2022-05-15 20:50:45 +03:00
parent 3263cd2c52
commit 92a5b8c7ab
10 changed files with 169 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ on:
- main
env:
NSS_VERSION: nss-3.75
NSS_VERSION: nss-3.77
BORING_SSL_COMMIT: 3a667d10e94186fd503966f5638e134fe9fb4080
jobs: