[Solved] Ankenfox webgl conflict

It seems Ankenfox enables WebGL on new version:

https://github.com/arkenfox/user.js/compare/master...Thorin-Oakenpants-patch-2

AFAIK, WebGL is only protecting by RFP, not by FPP. It writes on user.js as a comment:

/* 4520: disable WebGL (Web Graphics Library)

  • [SETUP-WEB] If you need it then override it. RFP still randomizes canvas for naive scripts ***/

Ankenfox will enable only FPP with new version… So why WebGL is disabled?


By the way, Ankenfox got not updated for Firefox 128 since very long time as also mentioned here:

I’m really curious for RFP to FPP change :slight_smile:

2 Likes

Arkenfox disables WebGL for security reasons. I haven’t found specific reasons from Arkenfox directly, but Arch explains why WebGL can be a security risk Firefox/Privacy - ArchWiki

1 Like