mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Fix immutable configs
This commit is contained in:
parent
7076724ac0
commit
84ddcb2348
|
@ -12,7 +12,7 @@
|
|||
const ifIncontinence = 'if-incontinence';
|
||||
const modsKey = 'mods';
|
||||
|
||||
const getDefaultConfigs () => {// Configs user may mutate them and we don't care!
|
||||
const getDefaultConfigs = () => ({// Configs user may mutate them and we don't care!
|
||||
|
||||
ifProxyHttpsUrlsOnly: {
|
||||
dflt: false,
|
||||
|
@ -88,7 +88,7 @@
|
|||
order: 9,
|
||||
},
|
||||
|
||||
};
|
||||
});
|
||||
|
||||
const getDefaults = function getDefaults() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user