Seirdy

Results 83 issues of Seirdy

Fonts like Nerd Fonts use double-width symbols to allow using icons in shell prompts and tmux statuslines. Currently, double-width characters are cut-off at half their width.

Currently, only a single path to a TrueType font is supported. Supporting multiple fonts for bold/italic styles would be appreciated. Many fonts (inc. Nerd Fonts) are only available as `.otf`...

`cURL` supports `-4`/`--ipv4` and `-6`/`--ipv6` flags. Quoting the `curl(1)` manpage: ``` text -4, --ipv4 This option tells curl to resolve names to IPv4 addresses only, and not for example try...

Standard ping utilities typically report median RTTs as well as averages. This is a simple way to report a real representative time that isn't an outlier. Having this feature in...

## Feature request summary A new audit that requires pages to have a certain amount of space that is safe to "tap" without triggering an interaction. Examples include plain body...

new_audit
P3

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. ### How do you use lego? Binary ### Detailed Description ACME clients [like acme.sh](https://github.com/acmesh-official/acme.sh/wiki/Validity) support...

area/cli

certbot-ocsp-fetcher now can use a Systemd cache dir and service sandboxing. See tomwassenberg/certbot-ocsp-fetcher#19 Depends on https://github.com/GrapheneOS/infrastructure/pull/10

Use TLS record padding to make records a multiple of 1024 bytes, impeding traffic analysis.

[Specification link](https://html.spec.whatwg.org/multipage/origin.html#origin-keyed-agent-clusters) The `Origin-Agent-Cluster` header allows a site to opt into origin-keyed isolation as opposed to site isolation, and disables certain unsafe features (e.g. `document.domain`). This could complement #523, as...

Currently, TLS on the Web is opt-in by default. HSTS preloading is an attempt to change this by enabling TLS on the first connection, even without specifying a scheme. However,...