Mention that akamai domains may break Widevine DRM

ref #159
main
Alex Hirsch 5 years ago committed by Plínio Larrubia
parent 11bef7ccce
commit 48c65d1f79
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -14,6 +14,9 @@ Write-Output "Disabling telemetry via Group Policies"
force-mkdir "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection"
Set-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection" "AllowTelemetry" 0
# Entries related to Akamai have been reported to cause issues with Widevine
# DRM.
Write-Output "Adding telemetry domains to hosts file"
$hosts_file = "$env:systemroot\System32\drivers\etc\hosts"
$domains = @(

Loading…
Cancel
Save