서비스워커 자산 캐시 제거
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<?php require_once __DIR__ . '/../lib/helpers.php'; ?>
|
||||
<?php
|
||||
require_once __DIR__ . '/../lib/helpers.php';
|
||||
if (function_exists('send_private_no_store_headers')) {
|
||||
send_private_no_store_headers();
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
@@ -37,7 +42,7 @@
|
||||
|
||||
<link href="/assets/vendor/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/app.css" rel="stylesheet">
|
||||
<script src="/assets/asset-reload.js?v=20260721_autotoken1" data-service="financial" defer></script>
|
||||
<script src="/assets/asset-reload.js?v=20260721_nocache1" data-service="financial" defer></script>
|
||||
<script src="https://chaegeon.com/log/bancheck.min.js?_=<?php echo time(); ?>"></script>
|
||||
<script src="/assets/vendor/chart.umd.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user