Fix IP hashing behind reverse-proxies #114
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#114
Loading…
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?
Currently the test instance is registering everyone as an alt of each-other because of a misconfigured reverse-proxy.
While using the requesting IP is good enough for direct hosting, it isn't for production use.
Fixed IP Hashing behind reverse-proxies:
46a7e9e067