From e8ee1d0a63aace82108e336dfa41d8d6ed753a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 3 Oct 2024 15:37:33 +0200 Subject: [PATCH] Add WPEngine Terms of Service, Privacy Policy and Data Controller Agreement (#2560) --- declarations/WPEngine.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 declarations/WPEngine.json diff --git a/declarations/WPEngine.json b/declarations/WPEngine.json new file mode 100644 index 00000000..bdd52302 --- /dev/null +++ b/declarations/WPEngine.json @@ -0,0 +1,17 @@ +{ + "name": "WPEngine", + "documents": { + "Terms of Service": { + "fetch": "https://wpengine.com/legal/terms-of-service/", + "select": "article" + }, + "Privacy Policy": { + "fetch": "https://wpengine.com/legal/privacy/", + "select": "article" + }, + "Data Controller Agreement": { + "fetch": "https://wpengine.com/legal/dpa/", + "select": "article" + } + } +}