-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Milestone
Description
Customers report that they have a background video (.mp4, .webm) which disappears only in Safari when WP Rocket is active.
The solution is:
add_filter('rocket_htaccess_mod_deflate', '__return_false');
Examples:
https://secure.helpscout.net/conversation/228782404/18480/?folderId=377611
https://secure.helpscout.net/conversation/226153355/18034/?folderId=273766
In both cases the customers also have Cloudflare active, not sure if that's a factor or not.
Metadata
Metadata
Assignees
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior