diff --git a/packages/syntax/src/handle.ts b/packages/syntax/src/handle.ts index c42dc8b79dc..90f62fd9084 100644 --- a/packages/syntax/src/handle.ts +++ b/packages/syntax/src/handle.ts @@ -10,6 +10,8 @@ export const DISALLOWED_TLDS = [ '.invalid', '.localhost', '.internal', + '.example', + '.alt', // policy could concievably change on ".onion" some day '.onion', // NOTE: .test is allowed in testing and devopment. In practical terms