uniswap-interface-uncensored/netlify.toml

15 lines
310 B
TOML
Raw Permalink Normal View History

# block some countries
[[redirects]]
from = "/*"
to = "/451.html"
status = 451
force = true
conditions = {Country=["BY","CU","IR","IQ","CI","LR","KP","SD","SY","ZW"]}
headers = {Link="<https://uniswap.exchange>"}
# support SPA setup
2019-04-15 11:14:03 -04:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200