Roberto Clapis
Roberto Clapis
The CSP plugin currently supports report-uri, but not [report-to](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to).
Working with the CORS plugin has proven quite hard in my testing experience. Installing it immediately makes all requests fail, including just simple GET requests that don't have an "Origin"...
We should make sure installing all plugins works and yields the expected results.
There should be a way for bancheck to ban package imports selectively whether the importing package is in a test file or not.
The web UI needs a serious rework that should be made in the following way: * Should be based on a well-documented framework * Should be static HTML/JS/CSS that exposes...
Wapty is not tested on windows but at least running `make testvr` on windows should be done.
Move all possible configurable parameters to config package
Logger now outputs ANSI escape sequences to stdout. It should be possible to set an io.Writer in the [cli/lg](https://github.com/empijei/wapty/tree/master/cli/lg) package where the logger will write HTML formatted output. (it should...