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