Browser Security Events
Focus
Focus
Prisma Browser

Browser Security Events

Table of Contents

Browser Security Events

Browser security events capture enforcement of security controls that protect the browser environment, including DevTools access, protected browsing features, and account protection.
These events are grouped here by security topic for documentation purposes. In the Events screen, they appear under different categories:
  • asrControl appears under the Browser security category
  • devtoolsAccess, javascriptJIT, webRTC appear under the Access category
  • rceExploitAttempt appears under the Tampering category (documented in Tampering Events)

Event Types

Event TypeUI NameUI CategoryDescription
devtoolsAccessDevTools accessAccessA user attempted to open browser developer tools
javascriptJITWebAsm useAccessJavaScript JIT compilation or WebAssembly execution was detected
webRTCWebRTC useAccessA WebRTC connection was initiated
asrControlProtected browsingBrowser securityAn attack surface reduction control was triggered
secureScreenshotSecure screenshotDLPA secure screenshot was taken (admin-initiated evidence capture)

Context Fields — DevTools

FieldUI LabelDescription
page.devtools.blockReasonBlock reasonWhy DevTools access was blocked

DevTools Block Reasons

ReasonDescription
Admin policyBlocked by administrator policy
MaskingDevTools blocked because data masking is active on the page
SanitizingDevTools blocked because typing guard is active
ReadonlyDevTools blocked because the page is in read-only mode
WatermarkDevTools blocked because watermarking is active
Account protectionDevTools blocked because Account Shield is active
Security settingsDevTools blocked by security settings
Webpage element controlDevTools blocked because element removal is active

Context Fields — Protected Browsing (ASR)

FieldUI LabelDescription
page.asr.eventTypeBlock reasonThe specific browser function that was controlled

ASR Event Types

TypeDescription
WebRTCReal-time communication (audio/video/data channels)
WebGLHardware-accelerated 3D graphics
Web ClipboardProgrammatic clipboard access via Clipboard API
Web HIDAccess to human interface devices
Web BluetoothAccess to Bluetooth devices
Web USBAccess to USB devices
Web SerialAccess to serial port devices
File System AccessDirect file system access via File System Access API
SensorsAccess to device sensors (accelerometer, gyroscope)
Local FontEnumeration of locally installed fonts
QUIC ProtocolQUIC/HTTP3 protocol usage
Google Cloud PrintGoogle Cloud Print service
JavaScript JITJavaScript just-in-time compilation and WebAssembly

Context Fields — Screenshots and Screen Recording

These events are documented under Data Protection Events (DLP) since they relate to data exfiltration controls.

Examples

DevTools Access — Blocked (Masking Active)
FieldValue
TypeDevTools access
CategoryAccess
Time2026-07-06 10:15:22 UTC
Userjohn.smith@acme.com
URLwww.internal-crm.acme.com/customer/56789
Block reasonMasking
ActionBlocked
Policy ruleBlock DevTools on masked pages
DevTools Access — Blocked (Admin Policy)
FieldValue
TypeDevTools access
CategoryAccess
Time2026-07-06 11:00:00 UTC
Usersupport.agent@acme.com
URLwww.banking-portal.com/accounts
Block reasonAdmin policy
ActionBlocked
Policy ruleBlock DevTools on financial apps
Protected Browsing — WebRTC Blocked
FieldValue
TypeProtected browsing
CategoryBrowser security
Time2026-07-06 09:30:45 UTC
Userjane.doe@acme.com
URLwww.video-chat.com/room/abc
ASR event typeWebRTC
ActionBlocked
Policy ruleDisable WebRTC on untrusted sites