Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCSP Error & Animations #334

Closed
sprvoll2cx86 opened this issue Aug 22, 2017 · 6 comments
Closed

OCSP Error & Animations #334

sprvoll2cx86 opened this issue Aug 22, 2017 · 6 comments

Comments

@sprvoll2cx86
Copy link

sprvoll2cx86 commented Aug 22, 2017

Hello!
I love the user.js and I have been using it for a year now. Awesome job!

Yesterday I intalled user.js on a fresh install of Firefox 55.0.2 but when I tried to connect to GitHub or Google for example, it showed me this error:

An error occurred during a connection to github.com. The OCSP server experienced an internal error. Error code: SEC_ERROR_OCSP_SERVER_ERROR

I noticed that it happens after I enable NoScript. So I needed to disable & enable NoScript after I installed user.js in order to work.

How can I enable jQuery animations in user.js. For example https://alvarotrigo.com/multiScroll/ works but it lags very much. Which setting is causing this?

Thank you very much! :)

@pyllyukko
Copy link
Owner

I love the user.js and I have been using it for a year now. Awesome job!

Thanks! 😊

Yesterday I intalled user.js on a fresh install of Firefox 55.0.2 but when I tried to connect to GitHub or Google for example, it showed me this error:

An error occurred during a connection to github.com. The OCSP server experienced an internal error. Error code: SEC_ERROR_OCSP_SERVER_ERROR

I noticed that it happens after I enable NoScript. So I needed to disable & enable NoScript after I installed user.js in order to work.

So is this 100% reproducible? Or was it just one time? As I've said here, OCSP servers do have the tendency of failing every now and then and security.OCSP.require makes sure that you don't get to those sites when that happens.

How can I enable jQuery animations in user.js. For example https://alvarotrigo.com/multiScroll/ works but it lags very much. Which setting is causing this?

It was quite smooth for me. Could it be because webGL is disabled and you don't get the benefit of HW rendering?

@sprvoll2cx86
Copy link
Author

sprvoll2cx86 commented Aug 22, 2017

So is this 100% reproducible? Or was it just one time? As I've said here, OCSP servers do have the tendency of failing every now and then and security.OCSP.require makes sure that you don't get to those sites when that happens.

I am not sure will it be 100% reproducible with NoScript. But while ago I found a reproducible way with uBlock Origin. So on a fresh Firefox I install user.js and then install uBlock. After that when you go to uBlock settings > My rules and apply the following rules:

no-large-media: * true
no-remote-fonts: * true
* * * block
* * 1p-script block
* * 3p block
* * 3p-frame block
* * 3p-script block
* * image block
* * inline-script block 

If these rules are applied then an OCSP server error will show up when trying to connect to Facebook or Github for example. I noticed that removing the following rules is causing the error:

behind-the-scene * 3p noop
behind-the-scene * 3p-frame noop

It was quite smooth for me. Could it be because webGL is disabled and you don't get the benefit of HW rendering?

I just tried on a fresh Firefox with enabled WebGL user.js but the animation lagging is still there. It is happening after I install user.js.

Thank you for your support!

@savyajha
Copy link

How can I enable jQuery animations in user.js. For example https://alvarotrigo.com/multiScroll/ works but it lags very much. Which setting is causing this?

Can confim this, and it's happening because of privacy.resistFingerprinting. I don't mind this pref normally, but it's causing quite a hassle. This is also being caused by the same pref. I'm quite sure that while I like the tor uplift project, it would be a better idea to have all the things privacy.resistFingerprinting does split among various keys that can be enabled/disabled at will.

@sprvoll2cx86
Copy link
Author

Can confim this, and it's happening because of privacy.resistFingerprinting. I don't mind this pref normally, but it's causing quite a hassle. This is also being caused by the same pref. I'm quite sure that while I like the tor uplift project, it would be a better idea to have all the things privacy.resistFingerprinting does split among various keys that can be enabled/disabled at will.

Yes, disabling privacy.resistFingerprinting fixes the problem immediately. Thank you very much!

@savyajha
Copy link

I have written a bug report over here. Hopefully we'll get a fix soon.

@pyllyukko
Copy link
Owner

I guess this is out of our hands now and all we can do is to hope Mozilla fixes this. Thanks for creating the bug report, @savyajha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants