COUNTRY_BLOCK_LIST
Optional
Available from: LI PASS V1.10.00
Syntax
Both COUNTRY_ALLOW_LIST
and COUNTRY_BLOCK_LIST
have to be configured together.
COUNTRY_ALLOW_LIST = []
COUNTRY_BLOCK_LIST = ["840","410"]
Country/region codes to be entered according to the format, following the ISO 3166-1 standard (Alpha-3 code) strictly
Default: Empty
Description
This configuration affects the list of countries/regions used for agreement display and other related functions. The list is arranged in alphabetical order, according to the English names of the countries/regions.
All countries/regions except the ones set in COUNTRY_BLOCK_LIST
will be displayed. If COUNTRY_ALLOW_LIST
is also set, the list will consist of all countries/regions set in the COUNTRY_ALLOW_LIST
, excluding ones set in COUNTRY_BLOCK_LIST
.
For more information about the list of countries/regions, see Country or Region Configurations.
Sample image after configuring COUNTRY_ALLOW_LIST
to South Korea and the United States:
COUNTRY_ALLOW_LIST = ["840","410"]
COUNTRY_BLOCK_LIST = []