Changeset 7990e00 in Klonkt
- Timestamp:
- 06/20/2026 03:10:42 AM (3 months ago)
- Branches:
- main
- Children:
- 2fc9b7f
- Parents:
- 557a76f
- File:
-
- 1 edited
-
src/views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/shell.ejs
r557a76f r7990e00 465 465 if (a.getAttribute('rel') === 'external') return true; 466 466 var p = url.pathname; 467 // Sessie/security/oauth → volledige navigatie (cookies, redirects). 468 if (/^\/(logout|login|auth|oauth)(?:\/|$)/.test(p)) return true; 467 // Sessie/redirect-acties → volledige navigatie (cookies, Google-redirect). 468 // Maar de auth-FORMULIERpagina's (/auth/admin, /auth/login, /auth/register, 469 // /auth/reset…) mogen wél via htmx, zodat de audiospeler blijft doorspelen 470 // i.p.v. te herstarten/verspringen bij een volledige page-load. 471 if (/^\/(logout|oauth)(?:\/|$)/.test(p)) return true; 472 if (/^\/auth\/(logout|google)(?:\/|$)/.test(p)) return true; 469 473 // Feeds, PWA, service-worker, statics, media-streams, downloads. 470 474 if (/^\/(feed|atom|sitemap|manifest|robots|sw\.js|assets|media|audio|uploads)(?:\/|\.|$)/.test(p)) return true;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)