Custom Fonts
Enable CORS on the font host
Access-Control-Allow-Origin: https://player.hello-lisa.comnginx
map $http_origin $cors_allow_origin {
default "";
"https://player.hello-lisa.com" $http_origin;
"https://{clientId}.loveslisa.tech" $http_origin;
}Apache (httpd) (using SetEnvIf and mod_headers)
Express.js (Node.js)
Key points
Last updated