Use Skia azure backend by default

This commit is contained in:
daijro 2024-12-09 05:24:27 -06:00
parent a8e0855639
commit 9b8eed1d24

View file

@ -16,6 +16,10 @@ defaultPref("devtools.selfxss.count", 100);
defaultPref("media.peerconnection.ice.no_host", true); defaultPref("media.peerconnection.ice.no_host", true);
// Use the patched Skia engine
defaultPref("gfx.canvas.azure.backends", "skia");
defaultPref("gfx.content.azure.backends", "skia");
// Tweaks that undo Playwright: // Tweaks that undo Playwright:
// Force enable content isolation (WAFs can detect this!) // Force enable content isolation (WAFs can detect this!)