mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

When disabling_analyzer() was introduced, it was added to the GLOBAL module. The awkward side-effect is that implementing a hook handler in another module requires to prefix it with GLOBAL. Alternatively, one can re-open the GLOBAL module and implement the handler in that scope. Both are not great, and prefixing with GLOBAL is ugly, so move the identifier to the Analyzer module and ask users to prefix with Analyzer.
16 lines
478 B
Text
16 lines
478 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
http_request, GET, /style/enhanced.css
|
|
prevent disabling
|
|
F
|
|
http_request, GET, /script/urchin.js
|
|
prevent disabling
|
|
F
|
|
http_request, GET, /images/template/screen/bullet_utility.png
|
|
prevent disabling
|
|
F
|
|
http_request, GET, /images/template/screen/key-point-top.png
|
|
prevent disabling
|
|
F
|
|
http_request, GET, /projects/calendar/images/header-sunbird.png
|
|
prevent disabling
|
|
F
|