Skip to content

Commit

Permalink
perf(index.php): extend transitional TLDs array with '.art' TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Jul 25, 2024
1 parent 0dff80f commit 759e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tr46 from 'tr46';
function getDefaultOptions(domainName) {
return {
transitionalProcessing: !domainName.match(
/\.(?:be|ca|de|swiss|fr|pm|re|tf|wf|yt)\.?$/,
/\.(?:art|be|ca|de|swiss|fr|pm|re|tf|wf|yt)\.?$/,
),
};
}
Expand Down

0 comments on commit 759e00d

Please sign in to comment.