An alternate solution is to add the following CSS style:
iframe
{
display: none;
}
This prevents the error from showing.
An alternate solution is to add the following CSS style:
iframe
{
display: none;
}
This prevents the error from showing.