Pat

Results 53 comments of Pat

I've never set CSP via meta tag, I'm curious what the use case is, because your assessment makes sense -it seems it would make it less effective. According to [this](https://developers.google.com/web/fundamentals/security/csp/#the_meta_tag)...

Thanks for checking in on this @philc ! I also no longer observe the warning in the Chrome console on v117.0.5898.0 either, so considering that was the original issue this...

On this version of Chrome Canary ![image](https://github.com/philc/vimium/assets/182515/ad89f51d-b196-41b6-9cf9-63466cb1f93a) `Issues` tab is empty for me ![image](https://github.com/philc/vimium/assets/182515/b4ba45c4-ffd9-469a-bb49-e13360fa69ad) If you're on the stable channel, you may have to wait longer.

Not sure if people already knew about this, just wanted to share a "TCP in the browser" tidbit I learned today. No response needed. TIL Fabrice Bellard's JSEmu project, which...

> Yay this works: `docker run -ti curlimages/curl:8.00.1 -v 'https://s3.amazonaws.com/X' -u 'X:X' --aws-sigv4 "aws:amz:us-east-1:s3"` Using `auto` in place of the region name does not work though. Finally a `curl` snippet...

In case anyone else is tempted by [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) FYI it will **not** offer an ESM-compatible way to avoid the Ivy compiler "optimization bailouts" message as of the time of writing....

> (There is still some flickering going on, but way way less than before) I'm on a Apple Silicon Mac and had the same experience building a binary myself. Some...

Anecdata: In Oct 22 on Intel I [noticed](https://github.com/jpochyla/psst/issues/354) "lots" of flickering. Later in 2023 on an Apple Silicon machine, the flickering dwindled - still there but much less. Today in...

You might be able to get away with setting a boolean key called `LSUIElement` -- it's been available [for a while](https://developer.apple.com/documentation/bundleresources/information_property_list/lsuielement), in theory it works with all Mac OS X...

> > I tried deleting the config.json and re-logging in, but unfortunately no change in Psst behavior. > > Hello @onpaws have you also tried deleting the cache folder? That...