Comment 2 for bug 1503332

Revision history for this message
Chris Coulson (chrisccoulson) wrote : Re: Blank page when access to local URL (file://…) is denied

It doesn't look like net::URLRequestFileJob does an access check or handles that condition. However, net::FileProtocolHandler delegates an access check to net::NetworkDelegate (via OnCanAccessFile), and it looks like that can be used to fail the load.

I'll give it a try