Remix Utils - v9.1.0
    Preparing search index...
    OriginMatcher: string | RegExp | ReadonlyArray<string | RegExp>

    Static origin matching pattern. Can be a single string, a RegExp, or an array combining both for matching multiple origins.

    Warning: Avoid using the global flag (g) on RegExp patterns. The .test() method on global regexes is stateful (it updates lastIndex), which can cause inconsistent matching results across requests.