Nativefier/app/src
shun e00f08e5d6 Fix filter exception when injecting CSS (PR #837)
When injecting CSS, an `onBeforeRequest paramater 'filter' must have property 'urls'` error is thrown.

![image](https://user-images.githubusercontent.com/599164/63574823-a3dd6180-c5c3-11e9-89c0-a9debdd4f696.png)

This is caused by [Electron PR #19337: Throw on invalid webRequest filters](https://github.com/electron/electron/pull/19337).

So, pass filter argument properly, like Electron expects it strictly.
2019-08-28 07:28:18 -04:00
..
components Fix filter exception when injecting CSS (PR #837) 2019-08-28 07:28:18 -04:00
helpers Fix #610 - Make the counter regexp allow punctuation (#626) 2018-05-28 08:14:54 -04:00
static Fix CSS & JavaScript injection (Fixes #703, Fixes #731, PR #732) 2019-01-01 23:38:45 -05:00
main.js Squirrel: resolve .quit() issue with missing ../screen (PR #784) 2019-04-19 13:21:36 -04:00