fix: force HTTPS scheme in all environments #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/error-on-production"
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?
Previously HTTPS was only enforced in production, which could lead to insecure URLs in other environments like staging. This change ensures consistent URL generation across all environments.