nauichan
Results
2
comments of
nauichan
``` location / { proxy_pass http://localhost:3000; ... if ($uri = '/js/iframe.umd.js') { add_header 'Access-Control-Allow-Origin' 'https://domain.com'; } } ``` I am using it like this I don't know if this is...
I was experiencing the same issue https://web.dev/frame-title/?utm_source=lighthouse&utm_medium=devtools