YanshuoH / NOMP-Web

NOMP node.js version
0 stars 7 forks source link

disable csrf, #180 #184

Closed phamour closed 10 years ago

phamour commented 10 years ago

sorry my pc has some pb with nodejs caused by .NET framework and i don't want to fix it for now so i just disabled the csrf. i thought the res.locals.csrf_token = req.csrfToken(); should be left there coz there are everywhere in views, right?

YanshuoH commented 10 years ago

Cross test if the frontend form is still working then OK

phamour commented 10 years ago

could you please merge and pull it for saphir? coz i can't add the ssh-key into my account

YanshuoH commented 10 years ago

OK I'll do it tomorrow

phamour commented 10 years ago

thx a loooooot

YanshuoH commented 10 years ago

Merged. But I did a 'ps aux' for nomp, the pid id is increasing all the time. I don't know why and the consequences.

phamour commented 10 years ago

aha, should not do ps aux | grep nomp but ps aux | grep node coz there's no other process containing "nomp" and the grep nomp should have been created as another process everytime you execute your commande...

phamour commented 10 years ago

i think it'll be ok now. i'll finish some feature and test the connection this afternoon. thx a ton!