change default values for the permissions in config file

This commit is contained in:
Vishwas Shashidhar 2018-03-20 23:06:01 +05:30 committed by GitHub
parent 7d5ee72b6b
commit 07c5672385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@
"disableGpu": false
},
"permissions": {
"media": false,
"media": true,
"geolocation": true,
"notifications": true,
"midiSysex": true,
"pointerLock": true,
"fullscreen": false,
"fullscreen": true,
"openExternal": true
}
}
}