Rechtsseiten oeffentlich erreichbar: Hash-Routing ohne Login + Pfad-Redirects
- app.js init(): Hash-Route wird auch ohne Login angesteuert — vorher wurden anonyme Besucher IMMER auf 'welcome' geworfen, #agb/#datenschutz/#impressum liefen damit ins Leere (DSGVO-Problem, broken Links aus iOS-App + SEO-Footer). Auth-pflichtige Seiten schuetzt weiterhin der requiresAuth-Guard in navigate(). - main.py: /agb, /datenschutz, /impressum -> 302 auf die SPA-Hash-Routen (vor dem SPA-Fallback registriert) - make bump: v1221
This commit is contained in:
parent
939e48b0c7
commit
695908f937
6 changed files with 33 additions and 17 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1220
|
||||
1221
|
||||
Loading…
Add table
Add a link
Reference in a new issue