You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #83, we added an allowlist check for the ARCJET_BASE_URL environment variable; however, validation is only done in when process.env["NODE_ENV"] === "production" to allow for experimentation in non-production environments.
Before we hit 1.0.0, we want to remove this conditional. Users will still be able to use baseUrls not on the allowlist via custom clients.
The text was updated successfully, but these errors were encountered:
blaine-arcjet
changed the title
Remove production check around baseUrl allowlist
Remove production check around baseUrl allowlist before 1.0.0
May 17, 2024
In #83, we added an allowlist check for the
ARCJET_BASE_URL
environment variable; however, validation is only done in whenprocess.env["NODE_ENV"] === "production"
to allow for experimentation in non-production environments.Before we hit 1.0.0, we want to remove this conditional. Users will still be able to use baseUrls not on the allowlist via custom clients.
The text was updated successfully, but these errors were encountered: