CSS resources will appear in the browser Inspector Network tab as multiple requests:
- First, as a request containing the original URL if absolute, or a portion of it if relative.
- Then, an attempt to load the resource by hash from the Resources Storage.
- Optionally, if the Resource Storage returns a 404 meaning the resource wasn't captured, we fallback to the original resource URL. When using the browser extension, the background view inspector for the extension will show the original request. Otherwise if HTTPS, the original request will be shown in the page inspector.