에셋 리로드 로더 캐시 우회

This commit is contained in:
2026-07-21 19:15:52 +09:00
parent 613b20783f
commit 47dca1aa73
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if (window.__customAssetReloadLoader) return;
window.__customAssetReloadLoader = true;
const script = document.createElement('script');
script.src = '/custom/common/js/asset-reload.js?v=20260721_autotoken1';
script.src = '/custom/common/js/asset-reload.js?v=20260721_nocache1';
script.dataset.service = 'findmydevice';
script.defer = true;
document.head.appendChild(script);