Skip to content

Commit

Permalink
Add GB as restricted (#1167)
Browse files Browse the repository at this point in the history
Add GB to restricted countries list
  • Loading branch information
edd authored Mar 27, 2024
1 parent 3e8cb47 commit 8e230a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/is-restricted.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const BLOCKED_COUNTRIES = ['US', 'CU', 'KP', 'IR', 'SY']
const BLOCKED_COUNTRIES = ['US', 'CU', 'KP', 'IR', 'SY', 'GB']

function getCountry(req) {
return req.headers['x-vercel-ip-country']
Expand Down

0 comments on commit 8e230a6

Please sign in to comment.