javascript - how to remove the powered by Sailsjs from the app -


i know file exists here

linkto file

but there effective way remove header ? in config files or ?

please see header

access-control-allow-origin →* connection →keep-alive content-encoding →gzip content-length →1189 content-type →text/html; charset=utf-8 date →fri, 19 sep 2014 20:30:24 gmt etag →"-514643591-gzip" keep-alive →timeout=5, max=200 server →apache/2.4.7 (ubuntu) php/5.5.9-1ubuntu4.4 openssl/1.0.1f vary →accept-encoding x-powered-by →sails <sailsjs.org> 

i want remove x-powered-by

thanks

in http.js config file comment out line poweredby.

see http://sailsjs.org/#/documentation/anatomy/myapp/config/http.js.html


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -