Skip to content

Commit

Permalink
remove preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Mar 24, 2024
1 parent 497db67 commit 9a42d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions floorp/browser/app/profile/000-floorp.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ pref("svg.context-properties.content.enabled", true, locked);
pref("image.avif.enabled", true, locked);
pref("image.jxl.enabled", true, locked);

// Add-On のブラックリストをFloorpが参照する際の情報漏洩削減
pref("extensions.blocklist.url", "https://blocklist.addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/");

//ブラックリストの参照の有効化
pref("extensions.blocklist.enabled", true);
pref("services.blocklist.update_enabled", true);
Expand Down

0 comments on commit 9a42d20

Please sign in to comment.