-
Notifications
You must be signed in to change notification settings - Fork 16
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
Youtube preview not working #30
Closed
Comments
Hello, |
DocMarty84
added a commit
to DocMarty84/flutter_html
that referenced
this issue
May 12, 2024
When an iframe contains the `sandbox` attribute, its value must be exactly `allow-scripts` in order to enable JavaScript. However, in many cases the attribute has more than one value. Here is an example:[^1] ``` sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" ``` We make the condition more flexible by using `contains`. Fixes DocMarty84/miniflutt#30 [^1]: https://github.com/miniflux/v2/blob/3388f8e376632da49be8d8785422962ba83a8518/internal/reader/sanitizer/sanitizer.go#L238
Alright, I found the issue. I'll deploy a fix soon. |
Fixed from v1.13.0 which is built with the fix Sub6Resources/flutter_html#1421 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dont load preview on youtube channel feeds
The text was updated successfully, but these errors were encountered: