diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-27 19:08:46 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-27 19:08:46 -0600 |
commit | ff033646cc6577c4932f9ceb2ae11338abe24286 (patch) | |
tree | 744f98d74ccde272a9bee297c7ed2fde8eae4806 | |
parent | 0f4866f520a801bdeabe49365aca09dad2aaedf3 (diff) |
tweak: add changes to README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,9 @@ This is my personal version. Contribute upstream to [github.com/mini-rose/rose]( - [ ] Double check newtab/next-tab behavior - [ ] Find out what each of the css elements refers to. - [ ] Use something other than Whatsapp as an example syslink. -- [ ] Mask user agent +- [ ] Set `webkit_web_context_set_sandbox_enabled` (<https://webkitgtk.org/reference/webkit2gtk/2.36.8/WebKitWebContext.html#webkit-web-context-set-sandbox-enabled>), as recommended here: <https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/>. +- [ ] Fix bug about distorted audio. Maybe related to <https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1547> +- [x] Mask user agent Done: |