How YouTube Policy Changes Can Break Videos in Online Courses (And the Fast Fix)

computer showing youtube 153 error
February 27, 2026

How YouTube Policy Changes Can Break Videos in Online Courses (And the Fast Fix)

If your course videos suddenly stopped playing and are showing a 153 error, you’re not alone — and the fix is usually simple.

Many online courses — including those built in Udutu and other authoring tools — use embedded YouTube videos.
It’s efficient, reliable, and avoids uploading large video files directly into your LMS.

But when YouTube updates its privacy or embedding policies, older embed code inside your course may stop working. That’s when learners begin seeing a 153 error.

Important: This issue is caused by YouTube policy changes — not by your LMS, hosting environment, or course platform.

Why This Happens

When you embed a YouTube video in an authoring tool, the platform inserts an <iframe>into your course.

That code becomes part of your published course package (SCORM, HTML, etc.). If YouTube changes its security requirements, your LMS doesn’t automatically update that embedded code — because it lives inside your published course file.

 

The Simple Fix

If you have older YouTube videos in your training and are seeing a 153 error, locate the YouTube embed code on the affected screen.

Inside the iframetag, add the following attribute:

referrerpolicy=”strict-origin-when-cross-origin”

Your updated embed code will look similar to this:

<iframe width=”560″ height=”315″
src=”https://www.youtube.com/embed/VIDEO_ID”
frameborder=”0″
allowfullscreen
referrerpolicy=”strict-origin-when-cross-origin”>
</iframe>

Once added, the video should load normally again.

 

Don’t Forget to Republish

If you manage your training in an authoring tool like Udutu’s, you must republish the course after making the update.

  1. Edit the embed code in the authoring tool.
  2. Save your changes.
  3. Republish the course.
  4. Re-upload or redeploy it to your LMS.

Until you republish, your LMS will continue delivering the older version that contains the outdated embed code.

Final Takeaway

The 153 error is a reminder that modern eLearning environments depend on interconnected platforms. When YouTube updates its security standards, embedded content may need small adjustments.

Quick recap:

Add referrerpolicy=”strict-origin-when-cross-origin” to your YouTube iframe embed code, then republish your course.