Browser: FF 150
OS: macOS 12.7.6
I’ve added a code element with (currently) only an iframe element, enabled code execution and signed code.
Enabled code execution: frontend stops loading javascript.
Disabled code excecution: js will be loaded normally:
FYI, main.js comes from my child theme.
EDIT:
also appears if I use a shortcode element with php output:
// my code:
add_shortcode('video_modal_iframe', function() {
return '<iframe id="video-iframe" src="" allowfullscreen>';
});
Any Ideas about that?



