mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
parent
0ff3276b09
commit
2dc214fa3b
2 changed files with 63 additions and 14 deletions
|
|
@ -4448,6 +4448,10 @@ pref("image.multithreaded_decoding.limit", -1);
|
|||
// cache.
|
||||
pref("canvas.image.cache.limit", 0);
|
||||
|
||||
// Allow track-fobics to deliberately poison canvas data for
|
||||
// toDataURL() and getImageData()
|
||||
pref("canvas.poisondata", false);
|
||||
|
||||
// WebGL prefs
|
||||
#ifdef ANDROID
|
||||
// Disable MSAA on mobile.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue