const scriptRequestHeaders = {
'X-Shopify-Access-Token': accessToken,
'Content-Type': 'text/javascript',
};
const script_tag = {
"script_tag": {
"event": "onload",
"src": "some link here from google drive or github"
}
}
我正在使用上面的代码来使用 script_tags api,但由于 MIME 类型(“text/html”)不匹配(X-Content-Type-Options: nosniff)而被阻止并且无法通过它。有人可以为我提供解决方案吗?