Lofesa commented on issue #1604: Disable pagespeed optimization for specific user agent URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1604#issuecomment-435823446 Hi @AlexeyKosov Have you tried the DisableBackgroundFetchesForBots filter? Or you can use some like if ($http_user_agent ~* "^xxx$") { pagespeed unpluged; }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
