forked from kenzuya/unshackle
fix(unshackle): update remote_cdm device configuration
- Replace chrome-2 device with android device in remote_cdm list - Change device_name to "andorid" and device_type to ANDROID - Update system_id to 8131 and security_level to 1 - Add type field with value "decrypt_labs" - Update host and secret fields to match decrypt_labs credentials
This commit is contained in:
@@ -98,13 +98,14 @@ remote_cdm:
|
||||
type: "decrypt_labs"
|
||||
host: https://keyxtractor.decryptlabs.com
|
||||
secret: 7547150416_41da0a32d6237d83_KeyXtractor_api_ext
|
||||
- name: "chrome-2"
|
||||
device_name: chrome
|
||||
device_type: CHROME
|
||||
system_id: 26830
|
||||
security_level: 3
|
||||
host: https://domain-2.com/api
|
||||
secret: secret_key
|
||||
- name: "android"
|
||||
device_name: andorid
|
||||
device_type: ANDROID
|
||||
system_id: 8131
|
||||
security_level: 1
|
||||
type: "decrypt_labs"
|
||||
host: https://keyxtractor.decryptlabs.com
|
||||
secret: decrypt_labs_special_ultimate
|
||||
|
||||
# Key Vaults store your obtained Content Encryption Keys (CEKs)
|
||||
# Use 'no_push: true' to prevent a vault from receiving pushed keys
|
||||
|
||||
Reference in New Issue
Block a user