From 7df67be19ae6fe2d0fc894b0ecbe01a2051d01a0 Mon Sep 17 00:00:00 2001 From: devStorm <59678453+developStorm@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:29:35 -0700 Subject: [PATCH] =?UTF-8?q?rule:=20=F0=9F=91=80=20airbnb.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/airbnb.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rules/airbnb.yaml diff --git a/rules/airbnb.yaml b/rules/airbnb.yaml new file mode 100644 index 0000000..4758041 --- /dev/null +++ b/rules/airbnb.yaml @@ -0,0 +1,11 @@ +www.airbnb.com: &main + sanitize: + # Listing page + - pattern: ^\/rooms\/\d+ + allowedParams: + - adults + - location + - check_in + - check_out + sanitizePath: true +airbnb.com: *main