Security: Auth-geschützte Media-Endpoints für Diary+Health, Walk-Foto-Naming (SW by-v879)
This commit is contained in:
parent
44ba51cd38
commit
465dc2e4d3
5 changed files with 110 additions and 30 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=878">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=878">
|
||||
<link rel="stylesheet" href="/css/components.css?v=878">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=879">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=879">
|
||||
<link rel="stylesheet" href="/css/components.css?v=879">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -583,10 +583,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=878"></script>
|
||||
<script src="/js/ui.js?v=878"></script>
|
||||
<script src="/js/app.js?v=878"></script>
|
||||
<script src="/js/worlds.js?v=878"></script>
|
||||
<script src="/js/api.js?v=879"></script>
|
||||
<script src="/js/ui.js?v=879"></script>
|
||||
<script src="/js/app.js?v=879"></script>
|
||||
<script src="/js/worlds.js?v=879"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '878'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '879'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v878';
|
||||
const CACHE_VERSION = 'by-v879';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue