Skip to content

Commit e8677ae

Browse files
fix: make epoxy the default transport
1 parent be833e6 commit e8677ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/assets/js/csel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const storageId = '{{hu-lts}}-storage',
141141
defaultTheme = 'dark',
142142
// Choose the default transport mode, for proxying, based on the browser.
143143
// Firefox is not supported by epoxy yet, which is why this is implemented.
144-
defaultMode = '{{libcurl}}',
144+
defaultMode = '{{epoxy}}',
145145
defaultSearch = '{{defaultSearch}}';
146146

147147
// All code in this block is used by menu items that adjust website settings.

0 commit comments

Comments
 (0)