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

support .webm filetype in media extensions #16901

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

giannik
Copy link
Contributor

@giannik giannik commented Oct 17, 2024

.webm is popular and should be supported by default.

@@ -47,6 +47,7 @@ public sealed class MediaOptionsConfiguration : IConfigureOptions<MediaOptions>
".mpg",
".ogv", // (Ogg)
".3gp", // (3GPP)
".webm"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
".webm"
".webm",

@@ -356,6 +356,7 @@ The following configuration values are used by default and can be customized:
".mpg",
".ogv", // Ogg
".3gp", // 3GPP
".webm"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
".webm"
".webm",

@MikeAlhayek MikeAlhayek merged commit a7620c6 into OrchardCMS:main Oct 17, 2024
7 checks passed
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.

3 participants