Closed devAbreu closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.11%. Comparing base (
2ec2259
) to head (69ed8b8
).:exclamation: Current head 69ed8b8 differs from pull request most recent head 0faed87
Please upload reports for the commit 0faed87 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@devAbreu thanks a lot for submitting the PR! This sounds like a good improvement 👍
Just one thing: Please remove the logging for now.
(Logging should be customizable, maybe only when a debug mode is activated. Or when a logger is passed in. Since we don't have that yet, I would leave this out for now...)
@JohannesKaufmann Great. Thank you for the suggestion. 👍🏿
Description
This pull request adds support for handling YouTube iframes using the
youtube-nocookie.com
domain in theYoutubeEmbed
plugin.Changes Made
iframe_youtube.go
to includeyoutube-nocookie.com
.Justification
youtube-nocookie.com
is a variant of YouTube that is used to enhance user privacy by not storing cookies. These changes will allow the plugin to correctly handle these iframes.Thank you for considering this improvement.