Skip to content

Commit

Permalink
Use Skia azure backend by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Dec 9, 2024
1 parent a8e0855 commit 9b8eed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings/camoufox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down

0 comments on commit 9b8eed1

Please sign in to comment.