Opened 6 years ago
Closed 6 years ago
#46467 closed defect (bug) (fixed)
Update CrowdSignal oEmbed Regex
Reported by: | kraftbj | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | has-patch |
Focuses: | Cc: |
Description
In #45036 / [44484], the oembed for the survey.fm was added; however, these URLs could have subdomains. The regex should be updated to allow for this.
Example URL: https://kraftbj.survey.fm/core-example
cc: @doncha @pento
Attachments (2)
Change History (6)
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
I'd probably use the same
(.+\.)?
pattern as for the Polldaddy URLs, but otherwise 👍