Autorize icon indicating copy to clipboard operation
Autorize copied to clipboard

Update the regex of common files

Open zi0Black opened this issue 2 years ago • 0 comments

The original regex match pages like .jsp or .jsf which are used as JavaServer Pages/Faces in some Java-based applications and used to dynamically generate pages (like PHP but for Java).

Regex 101 is self-explaining: https://regex101.com/r/NMFThd/1

Regex: (\.js|\.css|\.png|\.jpg|\.svg|\.jpeg|\.gif|\.woff|\.map|\.bmp|\.ico)(?![a-z]+)[?]*[\S]*$

zi0Black avatar Sep 15 '22 14:09 zi0Black