Hi Vercel Support Team,
I hope this message finds you well.
I am experiencing an issue with a script (/_vercel/insights/script.js
) still being served on my site even after I have disabled Speed Insights in my project settings. Despite clearing the cache multiple times, the script continues to appear in the HTTP response headers. Below is an example of the response:
Code
$ curl -I https://arenatop100.com/_vercel/insights/script.js
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 35705
Cache-Control: public, max-age=2678400
Content-Disposition: inline; filename="script.js"
Content-Length: 2354
Content-Type: application/javascript; charset=utf-8
Cross-Origin-Resource-Policy: cross-origin
Date: Thu, 09 Jan 2025 13:06:00 GMT
Etag: "fcf06e135949a699d8950fec18d1a14a"
Last-Modified: Wed, 08 Jan 2025 22:54:44 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Vercel-Cache: HIT
X-Vercel-Id: fra1:fra1:fra1::b5g8x-1736427960420-baaed2a69863
The script is still being served. Could you please assist me in resolving this issue and ensuring that the script is no longer served on my site?
Thank you for your assistance.
Best regards,
[IliyaZafirov]