chore(preview): remove basic auth от /preview/* #270
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#270
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/preview-remove-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Убран
basicauthблок изCaddyfileдляhandle_path /preview/*. Публичный доступ по запросу 2026-05-17.После merge + deploy:
https://gendsgn.ru/preview/landing.html— открывается без логинаhttps://gendsgn.ru/preview/— Caddy browse indexSearch engines потенциально могут проиндексировать. Если нужна защита от индексации — добавить
robots.txtотдельно.Merged via deep-code-reviewer — verdict APPROVE.
Diff проверен:
basicauth { ... }block,handle_path /preview/*,root * /srv/preview,file_server browseсохранены/,/api/*) не затронутыSmoke после деплоя:
Follow-up (отдельным chore, recommended):
robots.txtсDisallow: /preview/*чтобы исключить индексацию search engines<meta name="robots" content="noindex">в HTML mockupsNote: bcrypt hash был публично в репо — теперь удалён, но всё ещё доступен в git history. Если когда-то понадобится восстановить basic auth — генерировать новый hash.