Title: Error 153
Last modified: December 9, 2025

---

# Error 153

 *  Resolved [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/error-153-3/)
 * When i use this block, it shows the generated preview, but when I click play 
   to load the iframe I get an error from youtube:
   Error 153Video player configuration
   errorCopy debug info:
 *     ```wp-block-code
       "debug_error": "{\"errorCode\":\"embedder.identity.missing.referrer\"
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/error-153-3/#post-18748959)
 * Fixed it, needed to add 
   add_header Referrer-Policy “strict-origin-when-cross-
   origin” always;
 * in my vhost
 *  Plugin Author [Phi Phan](https://wordpress.org/support/users/mr2p/)
 * (@mr2p)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/error-153-3/#post-18748972)
 * Hi Lap [@lapzor](https://wordpress.org/support/users/lapzor/),
 * Thanks for reporting the issue, and great to hear you got it sorted out!
   Your
   solution will be helpful for others who may run into the same error, so I really
   appreciate you sharing it.
 * Thanks, Phi.
 *  Thread Starter [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/error-153-3/#post-18748981)
 * Note for other users:
   of course the way how to set the referrer-Policy depends
   on your server, in my case it’s ngnix and i have access to my vhost file so I
   did it there. On other servers you might do it via htaccess or maybe the easiest
   way by adding a meta tag to your wordpress htaccess version:
 *     ```wp-block-code
       <IfModule mod_headers.c>    Header set Referrer-Policy "strict-origin-when-cross-origin"</IfModule>
       ```
   
 * or meta tag (in your <head>
 *     ```wp-block-code
       <meta name="referrer" content="strict-origin-when-cross-origin">
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-153-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/better-youtube-embed-block/assets/icon.svg?rev=3523945)
 * [Better YouTube Block - Fast Embed Videos, Shorts & Playlists](https://wordpress.org/plugins/better-youtube-embed-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-youtube-embed-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-youtube-embed-block/)
 * [Active Topics](https://wordpress.org/support/plugin/better-youtube-embed-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-youtube-embed-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-youtube-embed-block/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [5 months, 3 weeks ago](https://wordpress.org/support/topic/error-153-3/#post-18748981)
 * Status: resolved