i want using iframe in html but i got this error:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
my code :
<iframe src="test.com" height="200" width="300" title="Iframe Example"></iframe>
how can i fix this error thanks inadvance