You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the pattern does not match for a path starting with / (e.g. when the prefix/libs is forgotten) in the option whitelistedResourcePathPatterns it will never match and does not lead to the desired whitelisting. In such a case at least a WARN should be emitted.
The text was updated successfully, but these errors were encountered:
If the pattern does not match for a path starting with
/
(e.g. when the prefix/libs
is forgotten) in the optionwhitelistedResourcePathPatterns
it will never match and does not lead to the desired whitelisting. In such a case at least a WARN should be emitted.The text was updated successfully, but these errors were encountered: