CORS для SSE (v1.0.55)

This commit is contained in:
2026-06-19 09:55:54 +04:00
parent a2507f24bf
commit 30fa9d657a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<body> <body>
<div class="topbar"> <div class="topbar">
<img src="/nubes-logo.svg" alt="Nubes"> <img src="/nubes-logo.svg" alt="Nubes">
<span class="title">Сверка договоров — LLM <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.54 — Lucee</span></span> <span class="title">Сверка договоров — LLM <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.55 — Lucee</span></span>
</div> </div>
<div class="content"> <div class="content">
+1
View File
@@ -3,6 +3,7 @@
<cfheader name="Cache-Control" value="no-cache"> <cfheader name="Cache-Control" value="no-cache">
<cfheader name="Connection" value="keep-alive"> <cfheader name="Connection" value="keep-alive">
<cfheader name="X-Accel-Buffering" value="no"> <cfheader name="X-Accel-Buffering" value="no">
<cfheader name="Access-Control-Allow-Origin" value="*">
<cfparam name="url.contract_id" default=""> <cfparam name="url.contract_id" default="">