2d8d1c7409
Five MVP tools (Ask, Search, Summarize, Timeline, Redact) with email+password auth, Azure OpenAI gateway, evidence trail panel, and process-and-forget privacy default. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
392 B
ApacheConf
18 lines
392 B
ApacheConf
DirectoryIndex index.php
|
|
Options -Indexes
|
|
|
|
<FilesMatch "^\.env">
|
|
Require all denied
|
|
</FilesMatch>
|
|
|
|
<IfModule mod_headers.c>
|
|
Header always set X-Content-Type-Options "nosniff"
|
|
Header always set Referrer-Policy "same-origin"
|
|
Header always set X-Frame-Options "SAMEORIGIN"
|
|
</IfModule>
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule ^includes/ - [F,L]
|
|
</IfModule>
|