Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

perf(pwa): enhance cache privacy protection (#1275)

Hiding the time zone of the build machine enhances privacy protection.

authored by

Cotes Chung and committed by
GitHub
(Sep 27, 2023, 9:13 PM +0800) 2d565975 97004ddc

+1 -1
+1 -1
assets/js/pwa/sw.js
··· 6 6 7 7 self.importScripts('{{ "/assets/js/data/swcache.js" | relative_url }}'); 8 8 9 - const cacheName = 'chirpy-{{ "now" | date: "%Y%m%d.%H%M%S" }}'; 9 + const cacheName = 'chirpy-{{ "now" | date: "%s" }}'; 10 10 11 11 function verifyDomain(url) { 12 12 for (const domain of allowedDomains) {