Skip to content

Commit

Permalink
fix(linux): Disable deprecated applicationCache web api. (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored and pewsheen committed Apr 2, 2024
1 parent 93f608f commit 990759f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/deprecated-application-cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wry": patch
---

Disable deprecated applicationCache web api. This api was completely removed upstream in webkitgtk 2.44.
1 change: 0 additions & 1 deletion src/webkitgtk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ impl InnerWebView {
}

// Enable App cache
settings.set_enable_offline_web_application_cache(true);
settings.set_enable_page_cache(true);

// Set user agent
Expand Down

0 comments on commit 990759f

Please sign in to comment.