[CRX] Add comment about ftp compatibility

This commit is contained in:
Rob Wu 2018-01-26 13:17:20 +01:00
parent 838573abd4
commit 7268f4ec1b

View File

@ -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',
],