Come up with an enricher pattern that allows knowing HTTP vs. HTTPS for the image #23
Labels
No labels
Compat
Breaking
Compat
Compatibility
Compat
Deprecation
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/oft#23
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?
Currently we're trying to HEAD the image on both HTTPS and HTTP in order to detect the correct link location, this would be much better to not do so that we can ensure we send the HEAD request to the right location. (this should also ideally be able to be done only on the chatMessage hook if possible.