Seirdy

Results 93 comments of Seirdy

the "sd" package providing `/usr/bin/sd` seems to be available in the frozen `fedora` and the rolling `updates` official Fedora repos for Fedora 35: ``` console $ dnf provides /usr/bin/sd ......

Might even be better to suggest hashes over nonces, since hashes actually validate the contents of the resource.

@huguesv will the MPLS (this repository) continue to be maintained in the future? I ask because I use language servers with Neovim's built-in LSP client implementation, not VSCode. It looks...

> Depending on your use case, you might also be interested in checking out Pyright > (which powers the Pylance language server) or forking this repo. Thanks for the heads-up,...

Like the documented `navigate-to`, this isn't yet implemented. Unlike `navigate-to`, this was a highly-demanded feature that closes a major hole in the CSP so there's a good chance that it'll...

Perhaps an update to the BCD would also be necessary. None of the browsers I tested seem to allow combining `inline-size` with other forms of containment; i.e., `contain: content inline-size`...

On Mon, Jul 25, 2022 at 09:06:05AM -0700, Rohan Kumar wrote: >None of the browsers I tested seem to allow combining `inline-size` with other forms of containment; i.e., `contain: content...

A few more points: - Google's CSP Evaluator tool has the same issue - I temporarily turned off the `sandbox` directive on my website to run this test, since Lighthouse...

On Mon, Oct 04, 2021 at 12:25:00PM -0700, Adam Raine wrote: >Looks like this is an open bug on CSP evaluator https://github.com/google/csp-evaluator/issues/34 The bug was just closed; the master branch...

This feature is now called Encrypted Client Hello. I don't think it is available in OpenSSL but it should be available in BoringSSL. Cloudflare uses BoringSSL to enable ECH on...