diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-09 22:25:18 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-09 22:53:42 +0200 |
commit | 94b232bbb8de4699911a6446a1a96f75370cab50 (patch) | |
tree | 9f6b43ca6613e800e1cf1262bb1a79139cda8d67 /composer.json | |
parent | 0eb8220204953b874ebd2dbd0362973f3f45074c (diff) | |
download | wallabag-94b232bbb8de4699911a6446a1a96f75370cab50.tar.gz wallabag-94b232bbb8de4699911a6446a1a96f75370cab50.tar.zst wallabag-94b232bbb8de4699911a6446a1a96f75370cab50.zip |
Skip auth when no credentials are found
If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index bfd42339..9b69a12c 100644 --- a/composer.json +++ b/composer.json | |||
@@ -84,7 +84,7 @@ | |||
84 | "javibravo/simpleue": "^1.0", | 84 | "javibravo/simpleue": "^1.0", |
85 | "symfony/dom-crawler": "^3.1", | 85 | "symfony/dom-crawler": "^3.1", |
86 | "friendsofsymfony/jsrouting-bundle": "^1.6", | 86 | "friendsofsymfony/jsrouting-bundle": "^1.6", |
87 | "bdunogier/guzzle-site-authenticator": "dev-master" | 87 | "bdunogier/guzzle-site-authenticator": "dev-callback_forms" |
88 | }, | 88 | }, |
89 | "require-dev": { | 89 | "require-dev": { |
90 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 90 | "doctrine/doctrine-fixtures-bundle": "~2.2", |