]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Force user-agent for .slashdot.org 2528/head
authorKevin Decherf <kevin@kdecherf.com>
Tue, 1 Nov 2016 18:51:45 +0000 (19:51 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Tue, 1 Nov 2016 18:51:45 +0000 (19:51 +0100)
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>
src/Wallabag/CoreBundle/Resources/config/services.yml

index b7b1b61beec1becfc979f5c0bd504db4412cc74e..90a2419eab70534ab93cba6417a6c3f55bede724 100644 (file)
@@ -55,6 +55,7 @@ services:
                         '.fok.nl': 'Googlebot/2.1'
                         'getpocket.com': 'PHP/5.2'
                         'iansommerville.com': 'PHP/5.2'
+                        '.slashdot.org': 'PHP/5.2'
         calls:
             - [ setLogger, [ "@logger" ] ]
         tags: