mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
get rid of brotli due to poor support; closes #73
some reverse-proxies expect plaintext replies, and we don't have a brotli decompressor to satisfy this additionally, because brotli is https-gated (thx google), it was already an impractical mess anyways the sfx is now 7 KiB larger
This commit is contained in:
parent
e5582605cd
commit
ac96fd9c96
7 changed files with 12 additions and 34 deletions
|
@ -218,7 +218,7 @@ if you don't need all the features, you can repack the sfx and save a bunch of s
|
|||
* `269k` after `./scripts/make-sfx.sh re no-cm no-hl`
|
||||
|
||||
the features you can opt to drop are
|
||||
* `cm`/easymde, the "fancy" markdown editor, saves ~82k
|
||||
* `cm`/easymde, the "fancy" markdown editor, saves ~89k
|
||||
* `hl`, prism, the syntax hilighter, saves ~41k
|
||||
* `fnt`, source-code-pro, the monospace font, saves ~9k
|
||||
* `dd`, the custom mouse cursor for the media player tray tab, saves ~2k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue