Closed schlundd closed 11 years ago
Hi,
I am using the express middleware to fetch compiled templates. I noticed they contain information about the server's directory structure:
__.base="/home/ubuntu/ebb-mdb/views", __.filename="/home/ubuntu/ebb-mdb/views/index.blade"
I wonder whether these fields are necessary for the client side rendering, since they may contain hints for possible attacks.
@schlundd - Good point. Try now. This should now be fixed.
That was quick, thanks :-). Updated without problems and issue is solved.
Hi,
I am using the express middleware to fetch compiled templates. I noticed they contain information about the server's directory structure:
I wonder whether these fields are necessary for the client side rendering, since they may contain hints for possible attacks.