Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
blacklist opera mini for lazyload images
Browse files Browse the repository at this point in the history
Add Opera Mini to the lazyload images blacklist,  closes #1070
  • Loading branch information
crowell committed May 12, 2015
1 parent 01045a9 commit 0a90bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pagespeed/kernel/http/user_agent_matcher.cc
Expand Up @@ -75,8 +75,11 @@ const char* kImageInliningBlacklist[] = {
// Exclude BlackBerry OS 5.0 and older. See
// http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862
// for details on BlackBerry UAs.
// Exclude all Opera Mini: see bug #1070.
// https://github.com/pagespeed/mod_pagespeed/issues/1070
const char* kLazyloadImagesBlacklist[] = {
"BlackBerry*CLDC*",
"*Opera Mini*",
kGooglePlusUserAgent
};

Expand Down

0 comments on commit 0a90bb1

Please sign in to comment.