From 79a4da9db81932d65949fe06e41ae42480f5f068 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 24 Nov 2025 18:39:51 +0200 Subject: [PATCH] docs(dev): refresh documentation on syntax highlighting --- .../Configuration (config.ini or e.html | 9 ++ .../Custom Widgets/Right pane widget.html | 9 +- .../Concepts/Syntax highlighting.md | 123 ++++++++++-------- .../Developer Guide/Documentation.md | 2 +- .../Configuration (config.ini or e.md | 3 +- 5 files changed, 82 insertions(+), 64 deletions(-) diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html index 46523a9ce..eb13e92f2 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Advanced Usage/Configuration (config.ini or e.html @@ -152,6 +152,14 @@ "" CORS allowed headers + + TRILIUM_NETWORK_CORSRESOURCEPOLICY + + string + same-origin + CORS Resource Policy allows same-origin/same-site/cross-origin as values, + will error if not + @@ -296,6 +304,7 @@
  • TRILIUM_NETWORK_CORS_ALLOW_ORIGIN (alternative to TRILIUM_NETWORK_CORSALLOWORIGIN)
  • TRILIUM_NETWORK_CORS_ALLOW_METHODS (alternative to TRILIUM_NETWORK_CORSALLOWMETHODS)
  • TRILIUM_NETWORK_CORS_ALLOW_HEADERS (alternative to TRILIUM_NETWORK_CORSALLOWHEADERS)
  • +
  • TRILIUM_NETWORK_CORS_RESOURCE_POLICY (alternative to TRILIUM_NETWORK_CORSRESOURCEPOLICY)
  • Sync Variables