Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Strawpoll.com expandos not handling URLs with 'polls' in the path correctly #5448

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haykam821
Copy link

The following URL formats are currently handled:

  • https://strawpoll.com/{id}
  • https://strawpoll.com/embed/{id}

However, Strawpoll.com also allows URLs in the following formats, which this pull request adds handling for:

  • https://strawpoll.com/polls/{id}
  • https://strawpoll.com/embed/polls/{id}

Without this change, the latter two URLs would display an expando for an incorrect poll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant