mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-06-11 03:20:29 +01:00
25 lines
523 B
YAML
25 lines
523 B
YAML
id: os_safari_JavaScript_disable
|
|
title: "Prevent Java Script"
|
|
discussion: |
|
|
The iOS device _MUST_ be configured to prevent Java Script support in Safari to prevent malicious code execution on the device.
|
|
check: " "
|
|
fix: |
|
|
This is implemented by a Configuration Profile.
|
|
references:
|
|
cce:
|
|
- CCE-93494-3
|
|
800-53r5:
|
|
- N/A
|
|
indigo:
|
|
- ANNEX K
|
|
iOS:
|
|
- "17.0"
|
|
tags:
|
|
- ios
|
|
- indigo_high
|
|
supervised: false
|
|
mobileconfig: true
|
|
mobileconfig_info:
|
|
com.apple.applicationaccess:
|
|
safariAllowJavaScript: false
|