diff --git a/declarations/Facebook.json b/declarations/Facebook.json new file mode 100644 index 0000000..d78568e --- /dev/null +++ b/declarations/Facebook.json @@ -0,0 +1,11 @@ +{ + "name": "Facebook", + "documents": { + "Terms of Service": { + "fetch": "https://www.facebook.com/legal/terms", + "select": [ + "._1rf2" + ] + } + } +} diff --git a/declarations/facebook.json b/declarations/facebook.json new file mode 100644 index 0000000..8d285b3 --- /dev/null +++ b/declarations/facebook.json @@ -0,0 +1,12 @@ +{ + "name": "facebook", + "documents": { + "Terms of Service": { + "fetch": "https://www.facebook.com/legal/terms?_rdr", + "select": [ + "._1rf2", + "#data_use_policy" + ] + } + } +}