Embed Video Error: Html Tags Cut Off Because Of Restrictions Inserting Html Tags

I am trying to embed a video into a product listing and receive the following error.

NoticeSome HTML tags that you have used were cut off because of the restrictions on inserting HTML tags such as ,

I would imagine that this is related to some sort of security or configuration setting, but I cannot seem to find the right menu to change things to get the embedded video to work.

Any suggestions?

thanks!

notice.PNG

I am trying to embed a video into a product listing and receive the following error.

NoticeSome HTML tags that you have used were cut off because of the restrictions on inserting HTML tags such as ,

I would imagine that this is related to some sort of security or configuration setting, but I cannot seem to find the right menu to change things to get the embedded video to work.

Any suggestions?

thanks!

You can set the sanitize_user_html option in the config.local.php file to false to change this behavior. Here is the corresponding line:

    'sanitize_user_html' => 'auto',
1 Like

I am running 4.3.9 MVE and I am getting this message every time I save a product and I know for a fact that the descriptions so not have anything other than HTML in them. I have also verified that my config.local.php has always said "false" for the sanitize option. I tried changing it to Auto and True and it made no difference. Suggestions for how to stop the notice?

'sanitize_user_html' => 'false',

I am running 4.3.9 MVE and I am getting this message every time I save a product and I know for a fact that the descriptions so not have anything other than HTML in them. I have also verified that my config.local.php has always said "false" for the sanitize option. I tried changing it to Auto and True and it made no difference. Suggestions for how to stop the notice?

'sanitize_user_html' => 'false',

Please contact us via Customer Help Desk and provide temporary access to your server by clicking on the Add record link on the Access information page of your Help Desk account so that we could examine the issue.

I made the change to false and still receive the error when trying to embed video on product pages as well.

I made the change to false and still receive the error when trying to embed video on product pages as well.

Please contact us via Customer Help Desk and provide temporary access to your server by clicking on the Add record link on the Access information page of your Help Desk account so that we could examine the issue.

I am running 4.3.9 MVE and I am getting this message every time I save a product and I know for a fact that the descriptions so not have anything other than HTML in them. I have also verified that my config.local.php has always said "false" for the sanitize option. I tried changing it to Auto and True and it made no difference. Suggestions for how to stop the notice?

'sanitize_user_html' => 'false',

I just removed the quotes and it started to work fine for me

'sanitize_user_html' => false,

I just removed the quotes and it started to work fine for me

'sanitize_user_html' => false,

You are great.

Thanks

i have the MVE 4.15.2 and as well changed the config.local to false. Now the disturbing message about the html tags disappeared. However i dont know whether this change also has an impact on other things…