SuperMicro IPMI

This is where you should report issues arising from the subscription filters.
Post Reply
Thanny
New Member
New Member
Posts: 2
Joined: Sat Sep 08, 2018 4:40 am

SuperMicro IPMI

Post by Thanny »

Newer versions of SuperMicro IPMI pages are broken after login due to the rule

Code: Select all

/eventlog.js

The legitimate resource being blocked is

Code: Select all

/js/redfish/dashboard/eventLog.js

Once I figured out what the problem was, I was able to work around it by adding

Code: Select all

@@||/js/redfish/dashboard/*$script

to my filters, but it'd be nice if the filter were modified to not be so broad.

User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Making a generic filter like this would be bad, and could be taken advantage of.

Post Reply