mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
moebius#337: Added option to remove all session cookies for a specific domain
Issue #31 https://github.com/MoonchildProductions/moebius/pull/337
This commit is contained in:
@@ -97,6 +97,14 @@ createStorageSpec({
|
||||
},
|
||||
response: {}
|
||||
}
|
||||
}, {
|
||||
removeAllSessionCookies: {
|
||||
request: {
|
||||
host: Arg(0, "string"),
|
||||
domain: Arg(1, "nullable:string")
|
||||
},
|
||||
response: {}
|
||||
}
|
||||
}
|
||||
)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user