{
  "plugin": "wc-api-rate-limiter-by-volade",
  "version": "1.0.0",
  "preset": "card_testing",
  "label": "Card testing shield — REST + Store API",
  "settings": {
    "active_preset": "card_testing",
    "requests_per_window": 30,
    "window_seconds": 60,
    "scope": "wc_card_shield",
    "fingerprint_mode": "hybrid",
    "sync_store_api": true,
    "strict_post": true,
    "block_mode": "block",
    "log_blocked": true,
    "send_rate_headers": true
  },
  "sensitive_routes": [
    "/wc/v3/orders",
    "/wc/v3/customers",
    "/wc/v3/coupons",
    "/wc/v3/payment_gateways",
    "/wc/store/v1/checkout",
    "/wc/store/v1/cart"
  ],
  "allowlist_ips": [],
  "notes": "Apply via WC API Rate Limiter → Presets, or wp warl preset card_testing. Also enables native WooCommerce Store API rate limiting."
}
