Add restricted whitelist mode

This commit is contained in:
hensm
2020-06-28 00:14:36 +01:00
parent 5cf92df3ba
commit 18204f225f
6 changed files with 174 additions and 95 deletions

View File

@@ -21,6 +21,7 @@ export default {
, receiverSelectorCloseIfFocusLost: true
, receiverSelectorWaitForConnection: true
, userAgentWhitelistEnabled: true
, userAgentWhitelistRestrictedEnabled: true
, userAgentWhitelist: [
"https://www.netflix.com/*"
]