mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-07-16 19:22:32 +03:00
Fix immutable configs
This commit is contained in:
parent
7076724ac0
commit
84ddcb2348
|
@ -12,7 +12,7 @@
|
||||||
const ifIncontinence = 'if-incontinence';
|
const ifIncontinence = 'if-incontinence';
|
||||||
const modsKey = 'mods';
|
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: {
|
ifProxyHttpsUrlsOnly: {
|
||||||
dflt: false,
|
dflt: false,
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
order: 9,
|
order: 9,
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
});
|
||||||
|
|
||||||
const getDefaults = function getDefaults() {
|
const getDefaults = function getDefaults() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user