Ignore /images in service_worker (#10852)

This commit is contained in:
Mac Siri 2020-10-15 11:49:32 -04:00 committed by GitHub
parent fe1869ff7a
commit dc06625502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@
'/forem', // redirects
'/future', // Skip for /future.
'/i/', // Ignore locally stored image path
'/images/', // Ignore nginx proxy path
'/internal', // redirects
'/locale/', // Don't run on explicit locale endpoints.
'/new',