Darkspirit

Results 39 comments of Darkspirit

"Force composition pipeline" must be enabled for Firefox! Firefox needs to set Nvidia env var __GL_ALLOW_FXAA_USAGE=0 because some people enabled FXAA and suddenly had broken rendering when Firefox enabled hardware...

No, * layout.frame_rate=0 renders every animation with max fps (= hundreds of fps) instead of display Hz. * people are falsely recommending it to fix a GLX performance problem (https://bugzilla.mozilla.org/show_bug.cgi?id=1716049)...

You need to restart Nightly after enabling gfx.webrender.all.

I just tried the Nightly from 2018-09-17 and it was broken on Linux. 2018-09-20 looks ~fine~ better. Edit: I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1492859.

@korya All WebRender bugs should be fixed now.

Hm. Open Google Chrome > Developer Tools > Security, load the URL and check if you see any warnings under Overview or Main origin.

Is the domain you are connecting to present in subjectAltName of the certificate? Do you use Rustls with a custom CA root store? Would it work by using the default...

What software is the server running? On which OS have you tried native-tls? What does https://github.com/drwetter/testssl.sh say? ``` $ git clone https://github.com/drwetter/testssl.sh.git $ cd testssl.sh $ ./testssl.sh https://yourdomain.tld ```

Proposal: Connect via https:// by default if no protocol was typed in. ![security-indicators-3](https://user-images.githubusercontent.com/17962859/38684932-188da0c0-3e71-11e8-95c0-4c4e1c66762b.png) https://bugzilla.mozilla.org/show_bug.cgi?id=1067293#c9 > People don't notice the absence of security indicators. So ideally we would: > * add...

tokio-tls uses native-tls which isn't "as much in Rust as possible". [tokio-rusttls](https://github.com/quininer/tokio-rustls) (started as a fork of tokio-tls) sounds promising to me. rustls is built on top of [ring](https://github.com/briansmith/ring) and...