I hope this suits on Stackoverflow.
When I work from localhost and "reach out" to the Stripe JavaScript library I get this error:
Failed to load resource: net::ERR_BLOCKED_BY_ADBLOCKER
I have first of all verified that Opera's AdBlocker and Tracking cookie blocker are disabled for localhost. I have even enabled and disabled them. I have restarted Opera, and I have restarted the entire machine. I have also verified I have the latest version of Opera (v. 68).
I've tested a few other websites, where the same error occurs, but only if the AdBlocker is active. And I'm 100% confident the AdBlocker is de-activated for localhost (I'm not mixing up localhost or 127.0.0.1 either).
I'm using Opera's native AdBlocker, not a 3rd party.
If I disable ad-blocking browser-wide (ie from Opera's settings) it doesn't cause this problem.
It seems Opera is confused about localhost, no?
The problem does not occur in Chrome.
Google has very, very limited information about this error type.
I have to, the best of my knowledge, no other software which would block these "ads."
My project is coded in Vue and operated on port 5300 with NPM.
It doesn't seem to actually block the scripts Stripe wants to execute, but they fill up my console to the point of huge inconvenience.
Does anybody have any idea?