Skip to content
Snippets Groups Projects
Commit 5a32df0b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add session cookies to ignore list

parent 222dcb27
No related branches found
No related tags found
1 merge request!7Resolve "Ignore session cookies for MetaGer and Keymanager"
......@@ -16,7 +16,7 @@ if (typeof browser == "undefined") {
*/
export class SettingsManager {
initialized = false;
_ignored_settings = ["key", "cost"];
_ignored_settings = ["key", "cost", "metager_session", "keymanagerSession", "auth_verification", "_auth_verification"];
store_settings = true;
settings = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment