-
Notifications
You must be signed in to change notification settings - Fork 96
Error on Chrome #280
Comments
Hi @jake-cryptic, and many thanks for sharing your findings. I'm unable to reproduce your issue, so I'll need some additional details. Could you please tell me what platform you were on, what exact version of Chrome you were using, and what other extensions you had installed? You could send these details via (encrypted) email, if you'd rather not make them public. |
Thanks for the additional details. Could you please navigate to |
It was disabled, but no matter if it is enabled or disabled the same error occurs. I personally think it's to do with the fact that the new tab page is chrome://newtab and I don't think extensions are allowed to modify those in some cases, maybe add a check to the function to see if requestDetails.url starts with http:// or https:// before trying to access it. |
Just installed this to test it out, navigated to https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js and got the following error in the console:
Error in event handler for webRequest.onBeforeRequest/1: TypeError: Cannot set property 'details' of undefined
at chrome.webRequest.onBeforeRequest.addListener.types (chrome-extension://ldpochfccmkkmhdbclfhpagapcfdljkj/core/state-manager.js:214:57)
The text was updated successfully, but these errors were encountered: