mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Re-work whitelist feature to allow per-site UA configuration
This commit is contained in:
@@ -16,7 +16,6 @@ export default {
|
||||
mirroringAppId: MIRRORING_APP_ID,
|
||||
receiverSelectorCloseIfFocusLost: true,
|
||||
receiverSelectorWaitForConnection: true,
|
||||
userAgentWhitelistEnabled: true,
|
||||
userAgentWhitelistRestrictedEnabled: true,
|
||||
userAgentWhitelist: ["https://www.netflix.com/*"]
|
||||
siteWhitelistEnabled: true,
|
||||
siteWhitelist: [{ pattern: "https://www.netflix.com/*" }]
|
||||
} as Options;
|
||||
|
||||
Reference in New Issue
Block a user