From: Frank Brehm Date: Tue, 20 Sep 2016 19:33:50 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=08de1e42f9df83e280382c82b2ac4753bfdf9910;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +kde-apps/kaccounts-providers-16.04.3 --- 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