What should you do if an opaque response serves your needs when fetching a resource?
A. Set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
B. Enable CORS to ensure the response is not opaque.
C. Set the request's mode to 'cors' to fetch the resource with CORS enabled.
D. Disable all security settings in the browser.