| 106 | } |
| 107 | |
| 108 | bool IsRemoteModulesAllowed() { |
| 109 | InitializeSecurityConfig(); |
| 110 | return s_allowRemoteModules || s_isDebuggable; |
| 111 | } |
| 112 | |
| 113 | bool IsRemoteUrlAllowed(const std::string& url) { |
| 114 | InitializeSecurityConfig(); |
nothing calls this directly
no test coverage detected