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.
Static origin matching pattern. Can be a single string, a RegExp, or an array combining both for matching multiple origins.