Enable context isolation feature by default (#791)

This commit is contained in:
Kiran Niranjan 2019-10-23 12:28:32 +05:30 committed by Vishwas Shashidhar
parent 30b277daed
commit 627ea097e1

View File

@ -8,7 +8,7 @@
"isCustomTitleBar": true, "isCustomTitleBar": true,
"memoryRefresh": true, "memoryRefresh": true,
"devToolsEnabled": true, "devToolsEnabled": true,
"contextIsolation": false, "contextIsolation": true,
"ctWhitelist": [], "ctWhitelist": [],
"podWhitelist": [], "podWhitelist": [],
"notificationSettings": { "notificationSettings": {