Stefan Bols
Stefan Bols
## Issue Description When using extension popup some elements are affected on the web page due to the used span around all text elements. But it needs to be investigated....
## Issue Description As a user I want to be able to search and replace with capture groups. For example when wanting to add an underscore to every variable initialized...
## Issue Description As a user I want to have syntax highlighting for my regex's. This helps me read the regex and also debug it. Inspiration can be found from...
Adding headless mode as a flag for yopass-server by removing the UI route from the yopass-server HTTP server if flag is set. This will provide the possibility to be running...
Added CORS to the yopass-server API to be able to use custom UI for Yopass. CORS is added by running yopass-server with the --cors flag. `yopass-server --cors=https://example.com`