netbootxyz / webapp

NodeJS helper Application for managing local deployments of netboot.xyz

Home Page:https://netboot.xyz/docs/docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Content-Type/Mime Header for netbootxyz-web.ejs (rendered as netbootxyz-web.js)

mbwmbw1337 opened this issue · comments

Set request header type for servers that enforce strict mime checking (i.e. serving over CloudFlare). Previously mime type defaulted to text/html which would not allow execution.

image