Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

We recommend only using this method in local mode to populate new entries in the allowlist. In cloud mode, the allowlist is populated automatically.

Example

await detector.allow("google.com");

console.log(await detector.url("https://google.com"));

Parameters

url
string
required
The URL to allow. This can be a full URL or a domain.Ex. https://google.com or google.com

Return Value

The return value is a promise that resolves with a result object.

Success

If the addition was successful, the object will contain the following properties:
result
object
required

Failure

However, if the addition was unsuccessful, the object will contain the following:
result
object
required