Skip to content

Commit 30fedb9

Browse files
authored
feat(utils): Add forbidden username "schemas" (#581)
To not clash with `https://apify.com/schemas/...`
1 parent c64187b commit 30fedb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utilities/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const FORBIDDEN_USERNAMES_REGEXPS = [
208208
'acts', 'key-value-stores', 'schedules', 'account', 'sign-up', 'sign-in-discourse', 'admin',
209209
'documentation', 'change-password', 'enroll-account', 'forgot-password', 'reset-password',
210210
'sign-in', 'verify-email', 'live-status', 'browser-info', 'webhooks', 'health-check', 'api',
211-
'change-log', 'dashboard', 'community', 'crawlers', 'ext',
211+
'change-log', 'dashboard', 'community', 'crawlers', 'ext', 'schemas',
212212

213213
// Various strings
214214
'admin', 'administration', 'crawler', 'act', 'library', 'lib', 'apifier', 'team',

0 commit comments

Comments
 (0)