Solved Style archive validator service shoud ignore Thumbs.db

This topic has been solved
K

Kirby

Guest
\XF\Service\Style\ArchiveValidatorService::validate should probably ignore Thumbs.db (automatically created by Windows) just like .DS_store is ignored.

Suggested Change
Introduce a new protected method isFileIgnored() tho check ignored files, this would also make it easy to customize this.

Continue reading...