| Hostname | IP Address | Status | Assigned To | Last Scan | Actions |
|---|---|---|---|---|---|
| MONT-SW-89108 | 22.19.120.22 | 2026-03-04 | |||
Finding DetailsEvaluate-STIG 1.2510.0 (Scan-MozillaFirefox_Checks) found this to be NOT A FINDING on 12/17/2025 ResultHash: 8A86C7701AAF7AFC10C4A0569A54F6C385B6ACBC ~~~~~ 'Enable Encrypted Media Extensions' is Disabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Enabled Value: 0x00000000 (0) Type: REG_DWORD ----------------------------------------------------------------------- 'Lock Encrypted Media Extensions' is Enabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Locked Value: 0x00000001 (1) Type: REG_DWORD ----------------------------------------------------------------------- Comments |
|||||
| MONT-SW-89134 | 22.19.120.21 | 2026-03-04 | |||
Finding DetailsEvaluate-STIG 1.2510.0 (Scan-MozillaFirefox_Checks) found this to be NOT A FINDING on 12/17/2025 ResultHash: 8A86C7701AAF7AFC10C4A0569A54F6C385B6ACBC ~~~~~ 'Enable Encrypted Media Extensions' is Disabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Enabled Value: 0x00000000 (0) Type: REG_DWORD ----------------------------------------------------------------------- 'Lock Encrypted Media Extensions' is Enabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Locked Value: 0x00000001 (1) Type: REG_DWORD ----------------------------------------------------------------------- Comments |
|||||
| MONT-WS-92010 | 164.231.187.45 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-MozillaFirefox_Checks) found this to be NOT A FINDING on 10/23/2025 ResultHash: 8A86C7701AAF7AFC10C4A0569A54F6C385B6ACBC ~~~~~ 'Enable Encrypted Media Extensions' is Disabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Enabled Value: 0x00000000 (0) Type: REG_DWORD ----------------------------------------------------------------------- 'Lock Encrypted Media Extensions' is Enabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Locked Value: 0x00000001 (1) Type: REG_DWORD ----------------------------------------------------------------------- Comments |
|||||
| MONT-WS-92040 | 164.231.187.72 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-MozillaFirefox_Checks) found this to be NOT A FINDING on 10/23/2025 ResultHash: 8A86C7701AAF7AFC10C4A0569A54F6C385B6ACBC ~~~~~ 'Enable Encrypted Media Extensions' is Disabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Enabled Value: 0x00000000 (0) Type: REG_DWORD ----------------------------------------------------------------------- 'Lock Encrypted Media Extensions' is Enabled Path: HKLM:\SOFTWARE\Policies\Mozilla\Firefox\EncryptedMediaExtensions Name: Locked Value: 0x00000001 (1) Type: REG_DWORD ----------------------------------------------------------------------- Comments |
|||||
Check Text
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.
Fix Text
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 }