Re-order sections and add toggle for including authentication in URL

This commit is contained in:
NBTX
2019-10-25 17:03:50 +01:00
parent 27d3e9e6b7
commit 0673cf0bbb
3 changed files with 107 additions and 69 deletions

View File

@@ -40,7 +40,13 @@ export const SETTINGS_KEYS = [
/**
* The security key of the proxy.
*/
"PROXY_KEY"
"PROXY_KEY",
/**
* An array of properties to exclude from the URL.
* e.g. 'auth'
*/
"URL_EXCLUDES"
];
export const state = () => ({