diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2016-11-01 19:51:45 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2016-11-01 19:51:45 +0100 |
commit | 22ef6f96e26e8678399e2a53a7e45407ce5a1b1b (patch) | |
tree | e05ae8dafcf7f50b08cf0aee81ea2ba6cec9ae71 /src | |
parent | db1d962f7b5833ee4054d5f805a7a8b2fc95f177 (diff) | |
download | wallabag-22ef6f96e26e8678399e2a53a7e45407ce5a1b1b.tar.gz wallabag-22ef6f96e26e8678399e2a53a7e45407ce5a1b1b.tar.zst wallabag-22ef6f96e26e8678399e2a53a7e45407ce5a1b1b.zip |
Force user-agent for .slashdot.org
Slashdot replaces actual content with a form regarding cookies when
requests originate from France. By forcing the user-agent, the warning
seems to go away.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index b7b1b61b..90a2419e 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml | |||
@@ -55,6 +55,7 @@ services: | |||
55 | '.fok.nl': 'Googlebot/2.1' | 55 | '.fok.nl': 'Googlebot/2.1' |
56 | 'getpocket.com': 'PHP/5.2' | 56 | 'getpocket.com': 'PHP/5.2' |
57 | 'iansommerville.com': 'PHP/5.2' | 57 | 'iansommerville.com': 'PHP/5.2' |
58 | '.slashdot.org': 'PHP/5.2' | ||
58 | calls: | 59 | calls: |
59 | - [ setLogger, [ "@logger" ] ] | 60 | - [ setLogger, [ "@logger" ] ] |
60 | tags: | 61 | tags: |