docs(readme): clarify Chromium preload warning is a site-level notice#122
docs(readme): clarify Chromium preload warning is a site-level notice#122ryan-baum wants to merge 1 commit into
Conversation
The console warning 'A preload for ... is found, but is not used because the request credentials mode does not match' (inject-net.js:271) is a page-level Chromium notice emitted because the passive network shim calls through to the page's original fetch(). It is not an Interceptor connection failure. Adds a troubleshooting row so users don't mistake it for one.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single row is added to the README troubleshooting table documenting the Chrome preload credentials-mode mismatch warning ( ChangesREADME Troubleshooting Table
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds one troubleshooting row clarifying that the Chromium console warning
A preload for ... is found, but is not used because the request credentials mode does not match(inject-net.js:271) is a page-level Chromium notice — emitted because the passive network shim calls through to the page's originalfetch()— and is not the same as an Interceptor connection failure.Why
Users hit this on the extension error page and mistake it for an Interceptor failure. The note tells them to treat it as a site warning unless
interceptorcommands actually fail (and points to the existingextension: not reachablerow if they do).Verification
(Replaces #121, which inadvertently bundled a local scaffolding file.)
Summary by CodeRabbit