Commit 50c37db
Narrow negative lookahead to (?!order_) for precision
(?!order) was too broad — would also prevent bypassing legitimate
WooCommerce admin paths like wc-orders. Narrowing to (?!order_)
targets only the wc_order_ key prefix used in checkout URLs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c8c9663 commit 50c37db
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments