summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-01 13:36:21 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-02-01 13:51:11 -0600
commit816deda308279c3e5a8a816ae2d94542c9084555 (patch)
treeb097829d6e8cf5f69790ad0078a9025cd0d60034
parentb7e7ff7f3ed8cbe580596961ee54dd3ff2334dc4 (diff)
downloadevolution-data-server-816deda308279c3e5a8a816ae2d94542c9084555.tar.gz
M!114 - OAuth2: stop trying to disable WebKit plugins
WebKitGTK removed support for plugins in 2.32, but evolution-data-server already requires 2.34 at least. This property is gone in 2.39.5.
-rw-r--r--src/libedataserverui/e-credentials-prompter-impl-oauth2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libedataserverui/e-credentials-prompter-impl-oauth2.c b/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
index 7e116fc7f..7a1f40e10 100644
--- a/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
+++ b/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
@@ -1205,7 +1205,6 @@ e_credentials_prompter_impl_oauth2_show_dialog (ECredentialsPrompterImplOAuth2 *
"enable-html5-local-storage", FALSE,
"enable-offline-web-application-cache", FALSE,
"enable-page-cache", FALSE,
- "enable-plugins", FALSE,
"media-playback-allows-inline", FALSE,
"hardware-acceleration-policy", WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER,
NULL);