this post was submitted on 13 Jul 2024
34 points (97.2% liked)

Canvas

2083 readers
1 users here now

Canvas — The Fediverse’s r/place


2024 Concluded!


Get a print!


Links

Timelapses

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 month ago* (last edited 1 month ago) (3 children)

Canvas depends on WebGL, HTML5 canvases, web workers and local storage, if those are disabled it won't load

i'll work on adding a popup for that, kinda slipped through the cracks

and for completeness, the login page uses cookies, otherwise you won't be able to login

(yes i'm catching up on posts lol)

[–] possiblylinux127 0 points 1 month ago (2 children)

Thanks that does make sense. Maybe in the future investigate using pure HTML to do it. I think it should be possible with just the DOM plus a few tricks. In the meantime I'll just use a different browser and enable webGL.

If you are looking for max compatibly make it work in Tor as that's what the privacy browsers are based on. If you are looking for people to help create workarounds let me know.

[–] [email protected] 1 points 1 month ago (1 children)

forgot to add web workers to that list, but i'm not entirely sure if it would be possible without those things

templates require webgl to do anything related to image manipulation

web workers i've seen also get disabled, but without those the website will freeze for quite a bit while it renders the canvas

[–] possiblylinux127 1 points 1 month ago

Web workers shouldn't be a privacy risk. HTML canvas is very much a privacy risk and can fingerprint a device with fairly high certainty