mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 14:02:04 -08:00
Use Skia azure backend by default
This commit is contained in:
parent
a8e0855639
commit
9b8eed1d24
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ defaultPref("devtools.selfxss.count", 100);
|
|||
|
||||
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:
|
||||
|
||||
// Force enable content isolation (WAFs can detect this!)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue