I need to modify the embedded V8 engine in electronjs/nodejs in order to intercept/block any network access request, whether it be through request, http module or even src tag in a html or ajax request, i need to pull this off at the core of V8 so that no one could tamper it using any js code. ( Maybe possibly through C++ addons. )
C++ is not my best thing so if anyone could help me with the solution and implementation I'll appreciate it.