You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When privacy.resistFingerprinting is true in about:config on Firefox
All of the textures of player models that have an overlay are wrong:
All Blocks have the wrong texture (as well as items):
And all GUIs have the same problem too:
This is not the case with entities and skins without an overlay (for example md_5).
To Reproduce
Steps to reproduce the behavior:
Go to about:config in Firefox
Change privacy.resistFingerprinting from false to true
Look at the website
See the error on the website with the message Blocked https://minerender.org/demo/skin/ from extracting canvas data because no user input was detected. in the console.
Expected behavior
All of the textures should not be like this.
Additional context
This is because Firefox is blocking the getImageData and the toDataURL methods because the canvas was not accessed by the user at this state. The error in the console is:
Blocked https://minerender.org/demo/skin/ from extracting canvas data because no user input was detected.
This is more or like a niche bug that only happens to the people that change the about:config but is something that someone does not expect.
The text was updated successfully, but these errors were encountered:
Describe the bug
When
privacy.resistFingerprinting
istrue
inabout:config
on FirefoxThis is not the case with entities and skins without an overlay (for example
md_5
).To Reproduce
Steps to reproduce the behavior:
about:config
in Firefoxprivacy.resistFingerprinting
fromfalse
totrue
Blocked https://minerender.org/demo/skin/ from extracting canvas data because no user input was detected.
in the console.Expected behavior
All of the textures should not be like this.
Additional context
This is because Firefox is blocking the
getImageData
and thetoDataURL
methods because the canvas was not accessed by the user at this state. The error in the console is:This is more or like a niche bug that only happens to the people that change the
about:config
but is something that someone does not expect.The text was updated successfully, but these errors were encountered: