by Nigel Hoath.
Kate
if (empty($CFG->allowframembedding)) {
@header('X-Frame-Options: sameorigin');
}
Can you check if frame embedding is set in Moodle?
Site administration / > Security / > HTTP security Allow frame embedding
I assume this error is from the provider.
HTH Nigel