=== Accept HTTPS with Jetpack Photon and Tiled Galleries === Contributors: trevellyan Tags: jetpack, photon, tiled galleries, https Requires at least: 4.2 Tested up to: 4.3.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enable use of the wordpress.com content delivery network by the Jetpack Photon and Tiled Galleries modules on a site that uses HTTPS. == Description == The **Jetpack Photon** module uses the wordpress.com CDN (content delivery network) to accelerate image loading. It does this by resizing and optimizing the images, and by delivering them from multiple server locations. The **Jetpack Tiled Galleries** module also uses the wordpress.com CDN, even on a site that doesn’t have **Jetpack Photon** enabled, which can significantly improve page load time when tiled galleries are present. By default, **Jetpack Photon** and **Jetpack Tiled Galleries** do not use the wordpress.com CDN on a site that uses HTTPS. The **Accept HTTPS with Jetpack Photon and Tiled Galleries** plugin allows those modules to use the wordpress.com CDN by means of a single line of PHP: `add_filter( 'jetpack_photon_reject_https', '__return_false' );` == Installation == Install **Accept HTTPS with Jetpack Photon and Tiled Galleries** via the plugin directory. Activate the plugin to enable use of the wordpress.com CDN by **Jetpack Photon** and **Jetpack Tiled Galleries** on a site that uses HTTPS. Deactivate the plugin to revert to the default behavior. == Frequently Asked Questions == = Why should I bother using this plugin? = The **Accept HTTPS with Jetpack Photon and Tiled Galleries** plugin is offered as a convenient way to enable and disable use of the wordpress.com CDN on a site that uses HTTPS. If you’re comfortable editing PHP, you might prefer a DIY approach using the line of code shown above. For example, you could add it to functions.php in a child theme. = My site doesn’t use HTTPS. Do I need this plugin? = There is no reason to install this plugin on a site that doesn’t use HTTPS. = I installed and activated this plugin, but nothing changed. Why? = If your site isn’t using **Jetpack Photon** or **Jetpack Tiled Galleries**, this plugin has no effect. = Where are the settings? = There are no settings. == Changelog == = 1.0 = * initial release