| 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 | { |
no test coverage detected