core: remove transitionary old JS urls (#10317) Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L <jens@goauthentik.io>
This commit is contained in:
![98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
045578dd07
commit
1aa60e7864
@ -17,11 +17,5 @@ def versioned_script(path: str) -> str:
|
|||||||
f'<script src="{static_loader(path.replace("%v", get_full_version()))}'
|
f'<script src="{static_loader(path.replace("%v", get_full_version()))}'
|
||||||
'" type="module"></script>'
|
'" type="module"></script>'
|
||||||
),
|
),
|
||||||
# Legacy method of loading scripts used as a fallback, without the version in the filename
|
|
||||||
# TODO: Remove after 2024.6 or later
|
|
||||||
(
|
|
||||||
f'<script src="{static_loader(path.replace("-%v", ""))}?'
|
|
||||||
f'version={get_full_version()}" type="module"></script>'
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
return mark_safe("".join(returned_lines)) # nosec
|
return mark_safe("".join(returned_lines)) # nosec
|
||||||
|
Reference in New Issue
Block a user