You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/11/05 10:17:43 UTC

[GitHub] Lofesa commented on issue #1604: Disable pagespeed optimization for specific user agent

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:
users@infra.apache.org


With regards,
Apache Git Services