Install Norton 360

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I was wondering why new models weren’t being added to Cursor, so I looked into it. It turns out that even though I have Norton 360 installed, Cursor’s traffic was apparently flagged as suspicious and blocked.
I fixed the issue by excluding
*.cursor.sh
*.cursorapi.com
*.cursor-cdn.com
from the “Safe Web” settings.

Steps to Reproduce

Install Norton 360

Operating System

Windows 10/11

Version Information

Version: 3.11.19 (user setup)
VS Code Extension API: 1.125.0
Commit: bf249e6efb5b097f23d7e21d7283429f0760b740
Date: 2026-07-12T21:39:24.175Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed write-up. Great self-diagnosis. You’re right: when a security suite like Norton Safe Web or a URL filter intercepts HTTPS traffic, requests to the Cursor backend can silently fail, and the model catalog just won’t refresh. The symptom new models don’t show up matches this perfectly.

Your fix via exclusions is the right approach. For completeness, add a few more domains to the allowlist so no requests are still being intercepted:

  • *.cursor.sh
  • *.cursorapi.com
  • *.cursor-cdn.com
  • *.cursor.com

If something gets blocked again, you can quickly check via Cursor Settings > Network > Run Diagnostics. It’ll show which endpoints aren’t getting through.

This comes up with antivirus tools not for the first time like Norton, Bitdefender, and Avast, so this report is useful for anyone googling the same issue. Let me know if the models still don’t load after the allowlist.