Skip to content

Conversation

@jasonyess
Copy link
Contributor

fixes youtube embeds on demon pages displaying an "Error 153 Video player configuration error" by changing the value of the "referrer" meta tag in the <head> to ensure that a Referer header will be sent through the embedded player

i just went with strict-origin-when-cross-origin since it felt like the best option (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/referrer)

License Acceptance

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@stadust stadust merged commit f051573 into stadust:master Oct 27, 2025
2 checks passed
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 36.16%. Comparing base (fb99bc7) to head (1dbf816).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pointercrate-core-pages/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #314   +/-   ##
=======================================
  Coverage   36.16%   36.16%           
=======================================
  Files         121      121           
  Lines        5837     5837           
=======================================
  Hits         2111     2111           
  Misses       3726     3726           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants