We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc56e49 commit 0893990Copy full SHA for 0893990
1 file changed
plugins/src/web/mod.rs
@@ -217,6 +217,7 @@ async fn fetch_favicon(url: &str, favicon_path: &Path, client: &Client) -> Optio
217
content_type,
218
favicon_path
219
);
220
+ return None;
221
};
222
223
match response.bytes().await {
0 commit comments