cakephp / localized

I18n and L10n related CakePHP code
Other
214 stars 179 forks source link

Fix US area codes. #168

Closed bcrowe closed 6 years ago

bcrowe commented 6 years ago

Follow up for https://github.com/cakephp/localized/pull/166.

This is more permissive area code matching. Accept anything that isn't 555 or doesn't start with 0 or 1. New area codes are being added pretty frequently, so no whitelisting. Fail 555 because it's used for directory assistance applications (similar to the 555 prefix).