Added toggle for using extensions to send requests

This commit is contained in:
Andrew Bastin
2020-02-04 13:09:29 -05:00
parent 493538ae70
commit f1e752892d
3 changed files with 27 additions and 2 deletions

View File

@@ -56,7 +56,13 @@ export const SETTINGS_KEYS = [
* An array of properties to exclude from the URL.
* e.g. 'auth'
*/
"URL_EXCLUDES"
"URL_EXCLUDES",
/**
* A boolean value indicating whether to use the browser extensions
* to run the requests
*/
"EXTENSIONS_ENABLED"
];
export const state = () => ({