MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / isecure_mode

Function isecure_mode

core/src/config.cc:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 bool isecure_mode()
228 {
229#if 1 // CEF_VERSION_MAJOR == 91
230 return get_config_value_bool("DisableWebSecurity", false);
231#endif
232 return get_config_value_bool(__func__, false);
233 }
234
235 bool use_devtools()
236 {

Calls 1

get_config_value_boolFunction · 0.85

Tested by

no test coverage detected