At the inspector backend side we have some kind of magic method which push everything from backend to frontend. It would be better to split this method. there are number of things inside this method. 1) runtime settings like profilerEnable, monitoringXhr, searchForNode etc; 2) resource publishing mechanics; 3) scripts publishing mechanics; etc. all these things should be implemented as separate functions. The first step of that is extracting runtime settings.
This method has been removed.