mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
Adds bortli as a submodules, and compiles the decoder, making it available to libcurl. Some websites appear to sent brotli encoded responses even though we don't advertise support for it (e.g. https://movie.douban.com).
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
[submodule "vendor/netsurf/libwapcaplet"]
|
|
path = vendor/netsurf/libwapcaplet
|
|
url = https://github.com/lightpanda-io/libwapcaplet.git/
|
|
[submodule "vendor/netsurf/libparserutils"]
|
|
path = vendor/netsurf/libparserutils
|
|
url = https://github.com/lightpanda-io/libparserutils.git/
|
|
[submodule "vendor/netsurf/libdom"]
|
|
path = vendor/netsurf/libdom
|
|
url = https://github.com/lightpanda-io/libdom.git/
|
|
[submodule "vendor/netsurf/share/netsurf-buildsystem"]
|
|
path = vendor/netsurf/share/netsurf-buildsystem
|
|
url = https://github.com/lightpanda-io/netsurf-buildsystem.git
|
|
[submodule "vendor/netsurf/libhubbub"]
|
|
path = vendor/netsurf/libhubbub
|
|
url = https://github.com/lightpanda-io/libhubbub.git/
|
|
[submodule "tests/wpt"]
|
|
path = tests/wpt
|
|
url = https://github.com/lightpanda-io/wpt
|
|
[submodule "vendor/mimalloc"]
|
|
path = vendor/mimalloc
|
|
url = https://github.com/microsoft/mimalloc.git/
|
|
[submodule "vendor/nghttp2"]
|
|
path = vendor/nghttp2
|
|
url = https://github.com/nghttp2/nghttp2.git
|
|
[submodule "vendor/mbedtls"]
|
|
path = vendor/mbedtls
|
|
url = https://github.com/Mbed-TLS/mbedtls.git
|
|
[submodule "vendor/zlib"]
|
|
path = vendor/zlib
|
|
url = https://github.com/madler/zlib.git
|
|
[submodule "vendor/curl"]
|
|
path = vendor/curl
|
|
url = https://github.com/curl/curl.git
|
|
[submodule "vendor/brotli"]
|
|
path = vendor/brotli
|
|
url = https://github.com/google/brotli
|