← Back to Security domain

Security.disable

Disables tracking security state changes.

Domain: Security stable

Example Request

{
  "id": 1,
  "method": "Security.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Security.disable');
console.log(result);