Differences From
Artifact [6a4b9180fe]:
52 52 -- we should add support for content-encoding headers and pre-compress
53 53 -- the damn things before compiling (also making the binary smaller)
54 54 {'style.css', 'text/css'};
55 55 {'live.js', 'text/javascript'}; -- rrrrrrrr
56 56 {'default-avatar.webp', 'image/webp'}; -- needs inkscape-exclusive svg features
57 57 {'padlock.svg', 'image/svg+xml'};
58 58 {'warn.svg', 'image/svg+xml'};
59 - {'query.svg', 'image/svg+xml'};
59 + {'query.webp', 'image/webp'};
60 60 };
61 61 default_ui_accent = tonumber(default('parsav_ui_default_accent',323));
62 62 }
63 63 if os.getenv('parsav_let_me_be_an_idiot') == "i know what i'm doing" then
64 64 conf.braingeniousmode = true -- SOUND GENERAL QUARTERS
65 65 end
66 66 if u.ping '.fslckout' or u.ping '_FOSSIL_' then