[epiphany] Fix non search regex check for ephy-reader
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix non search regex check for ephy-reader
- Date: Sun, 5 Jul 2020 15:00:53 +0000 (UTC)
commit 9a620ff858b78d2b8568492c87d26b70259a1d33
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Sun Jul 5 10:31:01 2020 +0200
Fix non search regex check for ephy-reader
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1259
embed/ephy-web-view.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index fb1c18348..45a58b2d3 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -43,7 +43,7 @@ G_DECLARE_FINAL_TYPE (EphyWebView, ephy_web_view, EPHY, WEB_VIEW, WebKitWebView)
"^file:.*$|" \
"^inspector://.*$|" \
"^webkit://.*$|" \
- "^ephy-resource://.*$" \
+ "^ephy-resource://.*$|" \
"^ephy-reader:.*$" \
")"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]