mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-08 03:08:29 +02:00
Do not escape valid characters in custom CSS (#863)
This commit is contained in:
@@ -65,4 +65,6 @@ urlpatterns = [
|
||||
path("health", views.health, name="health"),
|
||||
# Manifest
|
||||
path("manifest.json", views.manifest, name="manifest"),
|
||||
# Custom CSS
|
||||
path("custom_css", views.custom_css, name="custom_css"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user