Adjust local link checks to own port. #209
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Canopy is built to be reverse-proxied at port 8443. If you stick a URL pointing to itself in chat, it throws a bad link because it's checking 443, despite it's /etc/hosts pointing it's domain to itself instead of the reverse-proxy.
We should update the link checking code to check for self-referencing links, and adjust the port number according to the config.
Fixed link-handling for self-referential links in chat:
3b113df86a