Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <Files "compass-no-cache.jpg"> | 1 <Files "compass-no-cache.jpg"> |
| 2 Header set Cache-Control "no-cache, must-revalidate" | 2 Header set Cache-Control "no-cache, must-revalidate" |
| 3 Header set Pragma no-cache | 3 Header set Pragma no-cache |
| 4 </Files> | 4 </Files> |
| 5 <Files "circles-no-cache.svg"> | |
| 6 Header set Cache-Control "no-cache, must-revalidate" | |
| 7 Header set Pragma no-cache | |
| 8 </Files> | |
| OLD | NEW |