| Index: include.preload.js |
| =================================================================== |
| --- a/include.preload.js |
| +++ b/include.preload.js |
| @@ -33,7 +33,7 @@ |
| { |
| // This element failed loading, did we block it? |
| var url = element.src; |
| - if (!url) |
| + if (!url || !/^https?:/i.test(url)) |
| return; |
| ext.backgroundPage.sendMessage( |