Benjamin Häublein

Results 24 comments of Benjamin Häublein

I just tried ``` ssh -L 8443:localhost:443 server ``` Then doing ``` sslyze --regular 127.0.0.1:8443 ``` works great.

Easiest solution is probably to implement the [content security policy `connect-src` directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src). So WebSocket connections are only allowed from the same origin.

You can open the link in the second line of the file ``` * Build: http://modernizr.com/download/#-touch-shiv-cssclasses-teststyles-prefixes-load ``` and remove the minify property on the left, then build it.

Playlists are saved by mpd. By default they are stored in /var/lib/mpd/playlists If you want to generate a playlist manually you have to fix the paths(relative to the music directory)...

Normally it should work out of the box. What does `mpc lsplaylists` show?

How about a `notes filter` command that allows to search by different criteria? One of them might be `modification=yesterday`.

It's the same for me. I use iOS 13.3 on an iPhone X with checkra1n, but do not try to avoid detection.

@Manouchehri I'm sorry, this was 8 months ago. I have no idea..

I have a somehow similar issue: I want to implement keyboard navigation in the table. It's easy to just store an index of the data that is passed to the...