diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2015-12-09 17:30:47 -0800 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2015-12-09 17:35:37 -0800 |
commit | 6af3c39c0766bcf32a9a77768345074b96c1f122 (patch) | |
tree | d314ed18d6954c11eef77e84d68349cf9383735e /includes/OutputHandler.php | |
parent | 538ba3deb550ac1d1a399fb5cbecd294b99865ee (diff) | |
download | mediawikicore-6af3c39c0766bcf32a9a77768345074b96c1f122.tar.gz mediawikicore-6af3c39c0766bcf32a9a77768345074b96c1f122.zip |
Replace "squid" with "CDN" in various comments
Change-Id: Idcc528daf28e119349155d36e30a9bcf61b2e7d5
Diffstat (limited to 'includes/OutputHandler.php')
-rw-r--r-- | includes/OutputHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php index 39716ca0b4ee..30f193cdd887 100644 --- a/includes/OutputHandler.php +++ b/includes/OutputHandler.php @@ -162,7 +162,7 @@ function wfMangleFlashPolicy( $s ) { } /** - * Add a Content-Length header if possible. This makes it cooperate with squid better. + * Add a Content-Length header if possible. This makes it cooperate with CDN better. * * @param int $length */ |