Skip to content

Commit

Permalink
Fix http redgifs link not working (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 9, 2024
1 parent 3d2840a commit 8d1044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/media/external/redgifs/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isNative } from "#/helpers/device";

export const redgifUrlRegex =
/^https:\/\/(?:www\.|v3\.)?redgifs.com\/watch\/([a-z]+)/;
/^https?:\/\/(?:www\.|v3\.)?redgifs.com\/watch\/([a-z]+)/;

/**
* Uncomment `return true` in dev to test with following command
Expand Down

0 comments on commit 8d1044a

Please sign in to comment.