mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-06-11 11:30:29 +01:00
24 lines
501 B
YAML
24 lines
501 B
YAML
id: os_safari_JavaScript_disable
|
|
title: "Prevent JavaScript"
|
|
discussion: |
|
|
The iOS device _MUST_ be configured to prevent JavaScript support in Safari to prevent malicious code execution on the device.
|
|
check: " "
|
|
fix: |
|
|
This is implemented by a Configuration Profile.
|
|
references:
|
|
cce:
|
|
- CCE-95513-8
|
|
800-53r5:
|
|
- N/A
|
|
indigo:
|
|
- N/A
|
|
iOS:
|
|
- "26.0"
|
|
tags:
|
|
- ios
|
|
supervised: false
|
|
mobileconfig: true
|
|
mobileconfig_info:
|
|
com.apple.applicationaccess:
|
|
safariAllowJavaScript: false
|