data-hype what is it? and how to get around it? | about Google Adsense

I’m trying to add my Adsense code to my website, however, an error is returning to me in DevTools, and I don’t know if this is interfering with the Adsense configuration on the website
follow the error below:

(AdSense head tag doesn’t support data-rehype attribute.)

Apparently after I put my Adsense code on the platform it adds “data-rehype” to the end of the code looking like this:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-*MYADSNUMBER*" data-rehype></script></body></ html>

And it seems to be causing conflicts, remembering that I don’t have access to the complete HTML of the site, the company that hosts it offers a feature to add code and they promise that this code will be added to the tag of the page, but apparently this does not happen.

Note: My code is added without the “data-rehype”, but after I save the settings, it appears in the site’s html with this attribute.

I haven’t tried anything yet but apparently there is a function of the company itself that when identifying elements such as:

crossorigin, src, async, etc. and it is precisely elements that make up our personal Adsense code, the function modifies and adds “data-rehype” to the end of the code.