Files
Jordan Ramos 405f63cbfc Fix TLS for GitLab feedback integration after v19 upgrade
The feedback route had a typo: rejectAuthorized (no-op) instead of
rejectUnauthorized. With GitLab now on HTTPS with a self-signed cert,
this caused issue creation and screenshot uploads to fail.

- Fix rejectAuthorized → rejectUnauthorized in both request blocks
- Update GITLAB_URL default from http:// to https:// in .env.example,
  configure.js, README, and reference manual
2026-08-10 09:41:40 -06:00
..