Add proxy settings.

This commit is contained in:
NBTX
2019-08-28 02:24:49 +01:00
parent 38f6f4ef2e
commit 85d51b2362
2 changed files with 42 additions and 6 deletions

View File

@@ -24,7 +24,16 @@ export const SETTINGS_KEYS = [
* to emphasise the different sections.
* This setting allows that to be turned off.
*/
"DISABLE_FRAME_COLORS"
"DISABLE_FRAME_COLORS",
/**
* Whether or not requests should be proxied.
*/
"PROXY_ENABLED",
"PROXY_URL",
"PROXY_AUTH"
];
export const state = () => ({