Merge branch 'master' into 'master'
fix XSS #4 Closes #4 See merge request !3
This commit is contained in:
commit
99d4da383c
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ var socket = io.connect({path: baseurl + "/socket.io"});
|
||||||
|
|
||||||
moment.locale(navigator.language || navigator.languages[0]);
|
moment.locale(navigator.language || navigator.languages[0]);
|
||||||
|
|
||||||
|
marked.setOptions({sanitize: true});
|
||||||
|
|
||||||
//an action has happened, send it to the
|
//an action has happened, send it to the
|
||||||
//server
|
//server
|
||||||
function sendAction(a, d) {
|
function sendAction(a, d) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue