mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* Add MDN link to web-request-filter.md When I was using the Electron docs I wanted to know how to use [webRequest.onBeforeSendHeaders](https://www.electronjs.org/docs/latest/api/web-request#webrequestonbeforesendheadersfilter-listener) but I was unable to correctly guess the correct format for the `WebRequestFilter` URL strings, and there was no explanation in the Electron docs. Eventually I googled it and found the MDN article which helped me. Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com> * Update docs/api/structures/web-request-filter.md Co-authored-by: Black-Hole <158blackhole@gmail.com> Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com> * Update docs/api/structures/web-request-filter.md Co-authored-by: Black-Hole <158blackhole@gmail.com> Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com> Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Hugh Davey <9026053+hughjdavey@users.noreply.github.com>