Edge 88 (and soon chrome?) blocking forms2.min.js (MktoForms2) if privacy set to strict and is activated.
I heard this feature will arrive as well in chrome (though not sure)
if you do the following in EDGE 88 (chromium)


then reload a page with forms2.min.js I get a

and this results in a
Uncaught ReferenceError: MktoForms2 is not defined
at HTMLFormElement.<anonymous>
question:
can I just host forms2.min.js on my own server (was reading here: https://nation.marketo.com/t5/Product-Discussions/PLEASE-HELP-Ad-blocking-Software-is-Preventing-our-Customers/m-p/114880/highlight/true#M74361 ) ? I saw you are regularly updating the file (last update 2 weeks ago)
will things break if I don't keep updating the file with your releases?
an alternative would be to proxy pass the file via nginx config?!
any other solutions?