-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLASK_STATIC_DIGEST_WHITELIST_FILTER #32
Comments
Hi, there is currently a black list if you want to omit certain things. It's file type based too. Do you have a use case where a white list would add a lot of value vs a black list given there's only typically a handful of file types being served as static files? |
I have a "lib" folder in my static folder used for css/js librarys that I
use. Those already have version numbering in the filenames.
…On Thu, May 5, 2022, 12:34 PM Nick Janetakis ***@***.***> wrote:
Hi, there is currently a black list if you want to omit certain things.
It's file type based too.
Do you have a use case where a white list would add a lot of value vs a
black list given there's only a typically a handful of file types being
served as static files?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB4BSIFKGCF7PMKHHYL2WDVIP2C5ANCNFSM5VFOS3VA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah, in that case having a double hashed filename is the only outcome? Typically these files would be bundled into a single |
A FLASK_STATIC_DIGEST_WHITELIST_FILTER option would be nice.
The text was updated successfully, but these errors were encountered: