我将google chrome用于我的php / js开发。
今天,我开始看到无法加载的文件。
文件名总是不同的
Request URL: blob:http://random.homestead.test/4d9f984b-b8f8-4e77-97cb-4fcfd8ace348
网页上说启动器是 inject.preload.js:373
如果我打开此文件,第一行说
/*
*This file is part of Adblock Plus <https://adblockplus.org/>,
但是我禁用了Adblock Plus。我注意到该文件有时会成功加载。并且还请注意,只有在我激活AdBlock(不是AdblockPlus)时才请求此文件。如果我禁用了AdBlock-没问题。但是,即使我将我的开发站点从adblock中排除,文件下载仍然失败。
我的问题是:如何在不完全停用adblock的情况下摆脱控制台日志和网络中的红线?
我在stackoverflow.com上进行了尝试,看到相同的文件正在inject.preload.js
加载相同的随机命名文件并成功。文件头说:
/*
* Frame context wrapper
*
* For some edge-cases Chrome will not run content scripts inside of frames.
* Website have started to abuse this fact to access unwrapped APIs via a
* frame's contentWindow (#4586, 5207). Therefore until Chrome runs content
* scripts consistently for all frames we must take care to (re)inject our
* wrappers when the contentWindow is accessed.
*/
它于2018年6月14日今天开始