extensibility: cache extension bundles for one year
Created by: tjkandala
According to a code comment, we intend to cache extension bundles indefinitely. However, we only specified a week-long max-age
(604800).
Change that value to 31536000, or one year, which is the maximum valid value.