mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #35] 使用v5.1.0版本,网站出现MIME type不匹配问题 #154
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hibobmaster on GitHub (Apr 23, 2021).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/35
具体表现为网站的大部分图片和部分样式返回403,F12显示MIME type全是('text/html')
换回v5.0.0版本,一切都正常
nginx -V
使用的配置如下
自定义了白名单
error_log如下
@ADD-SP commented on GitHub (Apr 23, 2021):
@hibobmaster 有条件的话就加一下文档里的联系方式吧,有时候不看 Github。
@ADD-SP commented on GitHub (Apr 23, 2021):
@hibobmaster 已经确认为 bug,并在测试版 v5.1.1-beta.1 中修复。
@hibobmaster commented on GitHub (Apr 23, 2021):
好的,谢谢大佬,我以后优先用电子邮件联系你
经测试bug在v5.1.1-beta.1中被修复