This repository was archived by the owner on Jun 25, 2020. It is now read-only.
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
taste is not case sensitive #312
Open
Description
When tasting a site either logo.png
or Logo.png
is allowed to request the file logo.png
.
Some hosts are case sensitive and as such don't load requests for Logo.png
when the file on disk is called logo.png
.
Maybe we should add a property to enable 'case sensitive' for taste. Or display warnings in the console window when a file is not requested by the disk filename?