Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Enable WebKitGTK web extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
alcinnz committed Feb 28, 2021
1 parent 2f77dcd commit bb86930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/decorate/settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Odysseus.Traits {
web_ctxt.get_cookie_manager().set_persistent_storage(build_config_path("cookies.sqlite"),
WebKit.CookiePersistentStorage.SQLITE);
web_ctxt.set_favicon_database_directory(build_config_path("favicons"));
web_ctxt.set_web_extensions_directory(build_config_path("extensions"));
web_ctxt.set_process_model(WebKit.ProcessModel.MULTIPLE_SECONDARY_PROCESSES);
}

Expand Down

0 comments on commit bb86930

Please sign in to comment.