flowfilter: fix asset inconsistency
This commit is contained in:
parent
886a752add
commit
16cb605864
|
@ -185,7 +185,7 @@ class FAsset(_Action):
|
|||
b"text/css",
|
||||
b"image/.*",
|
||||
b"font/.*",
|
||||
b"application/font-.*",
|
||||
b"application/font.*",
|
||||
]]
|
||||
|
||||
@only(http.HTTPFlow)
|
||||
|
|
Loading…
Reference in New Issue