3hhh

Results 27 issues of 3hhh

I noticed that `sslsplit autossl` currently only removes the topmost TLS layer instead of all. E.g. when connecting to a https website over a https proxy the proxy layer will...

It would make sense to set an add-on ID in the `manifest.json` as it's still used in some areas in firefox (e.g. for addon sideloading). https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings ``` "browser_specific_settings": { "gecko":...

This plugin only supports proxies directly via splash [1]. Using the native scrapy proxy support [2] leads to an attempt to contact splash via the configured proxy. It would be...

enhancement

Output of `awesome --version`: 4.3 **How to reproduce the issue:** E.g. ``` client.connect_signal("manage", function (c, startup) c.icon_name = 'foobar' io.stderr:write(string.format('icon_name: %s\n', c.icon_name)) end) ``` **Actual result:** Displays the `WM_ICON_NAME` property...

enhancement

client.name / WM_NAME is writable already. So it makes sense to make its minimized version writable as well. Closes #3476

### Qubes OS release 4.1 ### Brief summary With newer dom0 Linux kernels (all after 5.10.109-1 appear to be bad) and Xen 4.14.5 my Qubes OS runs into a reboot...

T: bug
C: kernel
P: default
hardware support
needs diagnosis

[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/) ### The problem you're addressing (if any) qrexec policy decisions are done in dom0. Also, IIRC the protocol is roughly as following: 1. VM...

T: enhancement
C: core
P: default

### system info Haraka | Haraka.js Version: 2.8.25 --- | :--- Node | v8.10.0 OS | Linux 4.15.0-76-generic Ubuntu x86_64 x86_64 x86_64 GNU/Linux openssl | OpenSSL 1.1.1 11 Sep 2018...

From my point of view the [VPN page](https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md) is a 2.x or 3.x relic and should be re-written. The large number of questions related to VPN setups on [qubes-users](https://groups.google.com/g/qubes-users/search?q=VPN) or...

You set a per-proxy `download_slot` at [1]. Essentially that means: Throttling works per-proxy (cf. [2], same for 'DOWNLOAD_DELAY` et al) and not per destination host anymore (that would be the...