Clicking on this link will load and send data from and to Google.
To prevent accidentally loading YouTube resources without
asking the user for consent, Apache sites have a
default Content-Security-Policy
that does not allow this.
When you're confident you've applied the appropriate consent validation,
you can allow loading resources from YouTube by putting
the following
Content-Security-Policy
in your
.htaccess
:
# Allow loading YouTube content after ensuring consent.
# Additional allowances to be coordinated with privacy team
Header set Content-Security-Policy "frame-src https://www.youtube-nocookie.com https://www.youtube.com"