arcjet / arcjet-docs

Arcjet's documentation.
https://docs.arcjet.com
Creative Commons Attribution 4.0 International
9 stars 3 forks source link

Sensitive info reference doesn't specify what types of sensitive info it can detect #225

Open danni-popova opened 1 week ago

danni-popova commented 1 week ago

The examples mention "EMAIL":

    // Prevent your app receiving unexpected sensitive info
    sensitiveInfo({
      deny: ["EMAIL"],
      mode: "LIVE",
    }),

but don't specify what else can be used there.