SV-251581r960963_rule
V-251581
SRG-APP-000141
FFOX-00-000037
CAT II
10
Windows group policy:
1. Open the group policy editor tool with "gpedit.msc".
2. Navigate to Policy Path: Computer Configuration\Administrative Templates\Mozilla\Firefox\Encrypted Media Extensions
Policy Name: Enable Encrypted Media Extensions
Policy State: Disabled
Policy Name: Lock Encrypted Media Extensions
Policy State: Enabled
macOS "plist" file:
<key>EncryptedMediaExtensions</key>
<dict>
<key>Enabled</key>
<false/>
<key>Locked</key>
<true/>
Linux "policies.json" file:
Add the following in the policies section:
"EncryptedMediaExtensions": {
"Enabled": false,
"Locked": true
}
Type "about:policies" in the browser address bar.
If "EncryptedMediaExtensions" is not displayed under Policy Name or the Policy Value does not have "Enabled" set to "false" or the Policy Value does not have "Locked" set to "true", this is a finding.
V-251581
False
FFOX-00-000037
Type "about:policies" in the browser address bar.
If "EncryptedMediaExtensions" is not displayed under Policy Name or the Policy Value does not have "Enabled" set to "false" or the Policy Value does not have "Locked" set to "true", this is a finding.
M
5446