- Property Manager name: Script Management
- Behavior version: The
v2023-01-05
rule format supports thescript_management
behavior v1.4. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: No (temporarily)
Ensures unresponsive linked JavaScript files do not prevent HTML pages from loading.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the Script Management feature. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
serviceworker | enum | Choose | {"displayType":"enum","options":["YES_SERVICE_WORKER","NO_SERVICE_WORKER"],"tag":"select"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
YES_SERVICE_WORKER | Configure additional script actions, and to activate policies. | |||
NO_SERVICE_WORKER | Only view script insights. | |||
timestamp | number | A read-only epoch timestamp value used for synchronization. | enabled is never visible | {"displayType":"number","tag":"input","type":"number"} {"if":{"attribute":"enabled","op":"eq","value":"never visible"}} |