generated from OpenTermsArchive/template-declarations
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add history * Update selectors * Update EU url
- Loading branch information
1 parent
e6d1d1e
commit 3286e06
Showing
2 changed files
with
106 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"Terms of Service": [ | ||
{ | ||
"fetch": "https://openai.com/policies/terms-of-use", | ||
"select": [ | ||
"#landings-terms-of-use" | ||
], | ||
"remove": [ | ||
"header", | ||
"[aria-hidden=true]", | ||
"footer" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:06Z" | ||
} | ||
], | ||
"Privacy Policy": [ | ||
{ | ||
"fetch": "https://openai.com/policies/privacy-policy", | ||
"select": [ | ||
"#landings-privacy-policy" | ||
], | ||
"remove": [ | ||
"header", | ||
"footer", | ||
"[aria-hidden=true]" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:10Z" | ||
} | ||
], | ||
"Developer Terms": [ | ||
{ | ||
"fetch": "https://openai.com/policies/plugin-terms", | ||
"select": [ | ||
"#landings-plugin-terms" | ||
], | ||
"remove": [ | ||
"header", | ||
"[aria-hidden=true]", | ||
"footer" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:13Z" | ||
} | ||
], | ||
"Acceptable Use Policy": [ | ||
{ | ||
"fetch": "https://openai.com/policies/usage-policies", | ||
"select": [ | ||
"#landings-usage-policies" | ||
], | ||
"remove": [ | ||
"header", | ||
"[aria-hidden=true]", | ||
"footer" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:16Z" | ||
} | ||
], | ||
"Data Processor Agreement": [ | ||
{ | ||
"fetch": "https://openai.com/policies/data-processing-addendum", | ||
"select": [ | ||
"#landings-data-processing-addendum" | ||
], | ||
"remove": [ | ||
"header", | ||
"[aria-hidden=true]", | ||
"footer" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:20Z" | ||
} | ||
], | ||
"Platform to Business Notice": [ | ||
{ | ||
"fetch": "https://openai.com/policies/business-terms", | ||
"select": [ | ||
"#landings-business-terms" | ||
], | ||
"remove": [ | ||
"header", | ||
"[aria-hidden=true]", | ||
"footer" | ||
], | ||
"executeClientScripts": true, | ||
"validUntil": "2024-05-02T00:30:23Z" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters