summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/webview_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/webview_services.cpp')
-rw-r--r--protocols/WebView/src/webview_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview_services.cpp b/protocols/WebView/src/webview_services.cpp
index 4957120181..898b4405ae 100644
--- a/protocols/WebView/src/webview_services.cpp
+++ b/protocols/WebView/src/webview_services.cpp
@@ -207,7 +207,7 @@ INT_PTR GetCaps(WPARAM wParam, LPARAM)
case PFLAGNUM_4:
return PF4_NOCUSTOMAUTH | PF4_NOAUTHDENYREASON;
case PFLAGNUM_5:
- return PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT | PF2_OUTTOLUNCH | PF2_ONTHEPHONE;
+ return PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND;
case PFLAG_UNIQUEIDTEXT:
return (INT_PTR)Translate("Site URL");
default: