Plugin Script Injection False Positive

I made a plugin that used to require script injection to work, but now it does not require this, as I’ve restructured the code.

However, roblox still requires users of my plugin to have script injection enabled, even after publishing the new restructured code. Ontop of this, there’s also a HTTP request which I prevously utilised, but not anymore, but it’s still being requested by the user.

I’ve even tried publishing just an empty file as the plugin, and the script injection requirement is still there. How can I disable this requirement for my users?

Do I have to reupload this as a separate plugin to get by this?

This is my plugin