Sleeyax

Results 54 issues of Sleeyax

Previously, it was impossible to specify both `Proxy` and `NetDialTLSContext` on the websocket `Dialer` without experiencing connection issues. This commit brings a change to the proxy CONNECT flow so that...

size/M

**Describe the bug** I can't connect to a websocket server over a HTTP proxy when I set both `NetDialTLSContext` and `Proxy` fields on the `websocket.Dialer` struct. See the code snippet...

bug

Are there any plans to add TLS v1.3 anytime soon? I checked the `bc-java` repo and similar issues about it date back to 2018. Maybe I'm looking in the wrong...

I'm storing images to a custom directory, using a custom filename. However, when I save the same file a second time it gets renamed to something else instead of overwriting...

enhancement

[rfc7540](https://httpwg.org/specs/rfc7540.html#SETTINGS)

Feature

Instead of only modifying the asar header, we should look into writing data to the body as well. This should be an optional feature though, as it will increase the...

enhancement
good first issue

We should be able to load/hook an unencrypted asar so we can import and use the modules it contains in our project. Some work has been done on this already...

enhancement
good first issue

Currently we only expose an API to encrypt an existing source/dist/build folder. It would be nice to also have an API to encrypt an existing asar archive as a whole.

enhancement
good first issue

From the electron docs: > string (optional) - Specifies a script that will be loaded before other scripts run in the page. This script will always have access to node...

feature

The asar spec has been updated over time, while asarmor hasn't been updated with it yet. For example we currently don't include things like `integrity` checks in the header. While...

enhancement
good first issue