Create a new method on App to override URL Security Manager's decisions wrt NTLM
This commit is contained in:
parent
f0825bf7ef
commit
7ac643d5f8
3 changed files with 9 additions and 1 deletions
|
@ -65,6 +65,8 @@ class App : public mate::EventEmitter,
|
|||
|
||||
void SetDesktopName(const std::string& desktop_name);
|
||||
void SetAppUserModelId(const std::string& app_id);
|
||||
void AllowNTLMCredentialsForAllDomains(bool should_allow);
|
||||
|
||||
std::string GetLocale();
|
||||
v8::Local<v8::Value> DefaultSession(v8::Isolate* isolate);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue