fix: Allow pasting Pitch embed links
This commit is contained in:
@@ -18,6 +18,7 @@ Pitch.ENABLED = [
|
||||
new RegExp(
|
||||
"^https?://app\\.pitch\\.com/app/(?:presentation/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|public/player)/(.*)$"
|
||||
),
|
||||
new RegExp("^https?://pitch\\.com/embed/(.*)$"),
|
||||
];
|
||||
|
||||
export default Pitch;
|
||||
|
||||
Reference in New Issue
Block a user