Add suggested Excludes - woff2 files not being excluded
Open
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**breakpoint** ([Bug 65977](https://bz.apache.org/bugzilla//show_bug.cgi?id=65977&redirect=false)):
In the HTTP(S) Test Script Recorder I am having it record .woff2 files even though I have added the Add suggested Excludes which add the entry of:
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff|woff2)
This is the only entry I have.
I believe the entry need to be changed instead to:
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff2|woff)
or
(?i).*\.(bmp|css|js|gif|ico|jpe?g|png|swf|woff2?)
The above changes make the woff2 files not be recorded.
Severity: normal
OS:
Contributor guide
Assessment
This issue has not been assessed yet.