I have an internal system that runs as a web application. There are no adverts in this application.
One of the things our users can do is post adverts from our app to various third-party advertising platforms (these are specific to our industry).
Some of our users use various ad blocker extensions.
Because these JS components include words like "Advertise" they consistently get blocked by ad-blocking extensions.
However, these scripts are internal to our site, served locally from the same CORS protected domain, they aren't adverts to block.
We want our users to be able to use these extensions for regular web browsing.
How do we mark a JS script that we are serving as safely part of our application in a way that ad-blockers will understand?