From 08de1e42f9df83e280382c82b2ac4753bfdf9910 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 20 Sep 2016 21:33:50 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +kde-apps/kaccounts-providers-16.04.3 --- signon-ui/webkit-options.d/accounts.google.com.conf | 8 ++++++++ signon-ui/webkit-options.d/api.twitter.com.conf | 2 ++ signon-ui/webkit-options.d/identi.ca.conf | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 signon-ui/webkit-options.d/accounts.google.com.conf create mode 100644 signon-ui/webkit-options.d/api.twitter.com.conf create mode 100644 signon-ui/webkit-options.d/identi.ca.conf diff --git a/signon-ui/webkit-options.d/accounts.google.com.conf b/signon-ui/webkit-options.d/accounts.google.com.conf new file mode 100644 index 00000000..07a90dbe --- /dev/null +++ b/signon-ui/webkit-options.d/accounts.google.com.conf @@ -0,0 +1,8 @@ +ViewportWidth = 480 +ViewportHeight = 420 +UsernameField = input[name="Email"] +PasswordField = input[name="Passwd"] +# Accept all https URLs, and add as exceptions those http only +# URLs which are used in some countries. +# See https://bugs.launchpad.net/bugs/1074733 +AllowedUrls = (https://.*|http://[^/]*google\\.[^.]+/accounts/.*) \ No newline at end of file diff --git a/signon-ui/webkit-options.d/api.twitter.com.conf b/signon-ui/webkit-options.d/api.twitter.com.conf new file mode 100644 index 00000000..12aea75c --- /dev/null +++ b/signon-ui/webkit-options.d/api.twitter.com.conf @@ -0,0 +1,2 @@ +UsernameField = input[id="username_or_email"] +PasswordField = input[id="password"] \ No newline at end of file diff --git a/signon-ui/webkit-options.d/identi.ca.conf b/signon-ui/webkit-options.d/identi.ca.conf new file mode 100644 index 00000000..870fc00d --- /dev/null +++ b/signon-ui/webkit-options.d/identi.ca.conf @@ -0,0 +1,5 @@ +UsernameField = input[name="nickname"] +PasswordField = input[name="password"] +# Force mobile version, so that layout does not scroll horizonally +# https://bugs.launchpad.net/1051596 +UserAgent = Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3 \ No newline at end of file -- 2.39.5