Skip to content

Commit

Permalink
Merge branch 'colinmegill/perspective-api' into export-api-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmegill committed Aug 31, 2024
2 parents b317fba + ede019f commit f726713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Comment extends React.Component {
return (
<Card sx={{ mb: [3], minWidth: '35em' }}>
<Box>
<Text sx={{ mb: [3], color: 'red' }}>{this.props.comment.active ? null : 'Comment flagged as toxic. Comment not active / not shown in conversation. Human moderation action will override this flag.'}</Text>
<Text sx={{ mb: [3], color: 'red', fontSize: 12 }}>{this.props.comment.active ? null : 'Comment flagged as toxic by Jigsaw Perspective API (value > .8). Comment not active / not shown in conversation. Human moderation action will override this flag.'}</Text>

Check failure on line 30 in client-admin/src/components/conversation-admin/comment-moderation/comment.js

View workflow job for this annotation

GitHub Actions / eslint

'comment.active' is missing in props validation
<Text sx={{ mb: [3] }}>{this.props.comment.txt}</Text>
<Flex
sx={{
Expand Down
1 change: 1 addition & 0 deletions client-admin/src/content/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Conversation participants may opt to use third party data collector and processo
* We use Logentries for server logs, which may include personal information such as IP address necessary for debugging production issues. Information about how Logentries uses this data when you use our Site can be found at: <https://www.rapid7.com/privacy-policy/>
* We use Amazon Web Services Simple Email Service for sending account confirmation and notification emails to users. We also use AWS Simple Storage Service for. Information about how AWS handles: <https://aws.amazon.com/privacy/>
* We use Google Translate for automatic machine translation of comments, and Google Analytics for site usage statistics. Information about how Google uses this data when you use our Site can be found at: <https://policies.google.com/privacy>
* We use Jigsaw Perspective API for comment moderation. This service analyzes the content of comments to detect potentially toxic or inappropriate language. Information about how Perspective API handles data can be found at: <https://www.perspectiveapi.com/>
* We pass all Site web requests through a Cloudflare caching proxy. No personal information is cached at this level. Information about how Cloudflare uses your data can be found at: <https://www.cloudflare.com/privacypolicy/>

## Public Areas and Syndicated Services
Expand Down
1 change: 1 addition & 0 deletions client-admin/src/content/tos.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ These Terms of Use are a legally binding contract between you and The Computatio
5. **User Content Disclaimer.** &nbsp;
We are under no obligation to edit or control User Content that you or other users post or publish, and will not be in any way responsible or liable for User Content.
The Computational Democracy Project may, however, at any time and without prior notice, screen, remove, edit, or block any User Content that in our sole judgment violates these Terms or is otherwise objectionable.
We may use automated systems, including but not limited to the Jigsaw Perspective API, to moderate User Content for potentially toxic or inappropriate language.
You understand that when using the Service you will be exposed to User Content from a variety of sources and acknowledge that User Content may be inaccurate, offensive, indecent or objectionable.
You agree to waive, and hereby do waive, any legal or equitable rights or remedies you have or may have against The Computational Democracy Project with respect to User Content.
We expressly disclaim any and all liability in connection with User Content.
Expand Down

0 comments on commit f726713

Please sign in to comment.