locomotivecms / steam

The rendering stack used by both Wagon and Station (new name of the engine). It includes the rack stack and the liquid drops/filters/tags.
MIT License
38 stars 59 forks source link

Fonts and images with executable permissions #192

Closed mensfeld closed 3 years ago

mensfeld commented 3 years ago

While analyzing this repository I've noticed, that there are some files with executable permissions:

spec/fixtures/default/public/fonts/chunkfive-webfont.svg
spec/fixtures/default/public/fonts/chunkfive-webfont.eot
spec/fixtures/default/public/fonts/chunkfive-webfont.ttf
spec/fixtures/default/public/fonts/chunkfive.otf
spec/fixtures/default/public/fonts/chunkfive-webfont.woff

Should those files be executable?