]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Tue, 20 Sep 2016 19:33:50 +0000 (21:33 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 20 Sep 2016 19:33:50 +0000 (21:33 +0200)
Package changes:
+kde-apps/kaccounts-providers-16.04.3

signon-ui/webkit-options.d/accounts.google.com.conf [new file with mode: 0644]
signon-ui/webkit-options.d/api.twitter.com.conf [new file with mode: 0644]
signon-ui/webkit-options.d/identi.ca.conf [new file with mode: 0644]

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 (file)
index 0000000..07a90db
--- /dev/null
@@ -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 (file)
index 0000000..12aea75
--- /dev/null
@@ -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 (file)
index 0000000..870fc00
--- /dev/null
@@ -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