mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
put cookie requests back on authenticated rpc list
This commit is contained in:
parent
6db5b4b559
commit
f6e443aeb2
5
rpc.js
5
rpc.js
@ -798,7 +798,7 @@ var upload_status = function (Env, publicKey, filesize, cb) {
|
||||
|
||||
var isAuthenticatedCall = function (call) {
|
||||
return [
|
||||
//'COOKIE',
|
||||
'COOKIE',
|
||||
'RESET',
|
||||
'PIN',
|
||||
'UNPIN',
|
||||
@ -893,6 +893,9 @@ RPC.create = function (config /*:typeof(ConfigType)*/, cb /*:(?Error, ?Function)
|
||||
public key which you provided.
|
||||
|
||||
We can safely modify the state for that key
|
||||
|
||||
OR it's an unauthenticated call, which must not modify the state
|
||||
for that key in a meaningful way.
|
||||
*/
|
||||
|
||||
// discard validated cookie from message
|
||||
|
||||
Loading…
Reference in New Issue
Block a user