Commit 56824734 authored by JC Brand's avatar JC Brand

Whitelist jid, sid and rid as well.

parent 832c2eae
......@@ -71,7 +71,10 @@
'show_controlbox_by_default',
'xhr_user_search',
'connection',
'testing'
'testing',
'jid',
'sid',
'rid'
];
_.extend(this, _.pick(settings, whitelist));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment