David Scrobonia
David Scrobonia
fixes a broken fix in #504 for
Testing with Firefox 62 it appears that instead of a single service worker process shared among all tabs (per domain) there is now a service worker proccess **per tab** (per...
This is from a report in the zaproxy slack channel. > In “zap-hud” when opening with chrome i am seeing a ton of “WebSocket is already in CLOSING” errors in...
Everytime the HUD is loaded the panel frames send postmessages to the tools to get the current state of the tool. All tools use the `getTool` command to determine the...
Currently tabId's are generated on every new page load. So if you were to open a page in a tab, and then open a new page within the same tab....
When running gradle I think we will want to perform the following actions: `build`, `deploy`, and `test`. Because our tests are a little special think we should split that up...
Creating an option that will change settings in the HUD to allow easier deving in the HUD. Things to look at are: - turning off caching in the service worker...
if you visit a http only page, i.e. `localhost:3000` this will get automatically upgraded `https://localhost:3000`. If you then request the https page in the browser it will return an error.
Each time we open a new tab in FF we get a new service worker process. Only the first service worker process (the first tab openned) will receive websocket events....
It would be cool to integrate the alerts on to any http messages in the histoy tool that are linked to an alert. Maybe have the flag in the modal...