Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Ethical Content Filtering" use case to WebNN specs #253

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ applications such as [[FaceForensics++]] analyze the videos and protect a user a
the fake videos or images. When she watches a fake video on the web, the
detection application alerts her of the fraud video in real-time.

### Ethical Content Filtering ### {#usecase-ethical-content-filtering}

A user is cautious about her online privacy and wants to be protected from the online trackers, malware and any third-parties present on the web pages that she visits. She activates her content-filter [[Privacy-study-on-AdBlockers]] that blocks the third party content, while allowing her to safely surf her favorite websites. Thus she is safe and more in control of her online experience [[W3C-Ethical-Web-Principles]].

## Framework Use Cases ## {#usecases-framework}

This section collects framework-level use cases for a dedicated low-level API
Expand Down Expand Up @@ -2670,6 +2674,20 @@ Thanks to W3C Privacy Interest Group for privacy and security review and feedbac
],
"date": "January 2019"
},
"Privacy-study-on-AdBlockers": {
"href": "https://www.researchgate.net/publication/318330749_Ad-blocking_A_Study_on_Performance_Privacy_and_Counter-measures",
"title": "Ad-blocking: A Study on Performance, Privacy and Counter-measures",
"authors": [
"Kiran Garimella",
"Orestis Kostakis",
"Michael Mathioudakis"
],
"date": "June 2017"
},
"W3C-Ethical-Web-Principles": {
"href": "https://www.w3.org/2001/tag/doc/ethical-web-principles/#render",
"title": "People should be able to render web content as they want"
},
"MobileNetV3": {
"href": "https://arxiv.org/pdf/1905.02244",
"title": "Searching for MobileNetV3",
Expand Down