-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetpack Boost: Enhance Image and CSS Proxy with CDN and Caching (#38252)
* Make sure CSS proxy only attempts to fetch CSS * Pass image guide requests through photon * esc_html the error message * Add plugins/boost changelog entry. * excess space * wp_parse_url * remove undefined variable * Make sure that $css is set * return void * Remove escess return * Use `wp_safe_remote_get`
- Loading branch information
Showing
3 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: security | ||
|
||
Jetpack Boost: Improved image and CSS proxy functionalities with CDN support, caching, and other enhancements. |