[CRX] Add comment about ftp compatibility
This commit is contained in:
parent
838573abd4
commit
7268f4ec1b
@ -154,6 +154,8 @@ chrome.webRequest.onBeforeRequest.addListener(
|
||||
urls: [
|
||||
'file://*/*.pdf',
|
||||
'file://*/*.PDF',
|
||||
// Note: Chrome 59 has disabled ftp resource loading by default:
|
||||
// https://www.chromestatus.com/feature/5709390967472128
|
||||
'ftp://*/*.pdf',
|
||||
'ftp://*/*.PDF',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user