Fixed Style archive validator service shoud ignore Thumbs.db

Kirby

Well-known member
Affected version
2.3.3
\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.
 
Last edited:
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.4).

Change log:
Ignore `Thumbs.db` in style archive validator
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom