Skip to content

Commit

Permalink
Add OpenAI Terms of Service (#2)
Browse files Browse the repository at this point in the history
* Add OpenAI Terms of Service

* Update OpenAI Terms of Service declaration

---------

Co-authored-by: Clément Biron <clement.biron@gmail.com>
  • Loading branch information
OTA-Bot and clementbiron committed Oct 3, 2023
1 parent 2dfc19b commit d7e76de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions declarations/OpenAI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "OpenAI",
"documents": {
"Terms of Service": {
"fetch": "https://openai.com/policies/terms-of-use",
"select": [
"#landings-terms-of-use"
],
"remove": [
"header",
"[aria-hidden=true]",
"footer"
],
"executeClientScripts": true
}
}
}

0 comments on commit d7e76de

Please sign in to comment.