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

Fix #13: Expand Security and Privacy Considerations #33

Merged
merged 4 commits into from
Aug 17, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Ambient Light Sensor provides information about lighting conditions near
the device environment. Potential privacy risks include:

- Profiling. Ambient Light Sensor can leak information about user's use
patterns and surrounding. This information can be used to enhance user
profiling and behavioral analysis.
patterns and surrounding cross-origin. This information can be used to
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about "surrounding cross-origin"? The surrounding in my mind here was the physical environment ;)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I defer to a native speaker to give me a grammar lesson.

"Can leak information ... cross-origin."

Sounds good to me.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not about the language ;) Cross-origin sounds like we're speaking about web/origins. I'm speaking about surrounding, like, even the physical environment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please give us a concrete suggestion. A complete sentence.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lknik, I'm trying to understand what is the concrete suggestion you are trying to make. Are you suggesting we remote the word "cross-origin", i.e. revert commit 77ebda1 ?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, revert. It ("merge") mangled a few things

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, done.

enhance user profiling and behavioral analysis.
- Cross-device linking. Two devices can access web sites that include the
same third-party script that correlates lighting levels over time.
- Cross-device communication. A simple broadcast communication method can
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,8 @@ <h2 class="heading settled" data-level="3" id="security-and-privacy"><span class
<ul>
<li data-md="">
<p>Profiling. Ambient Light Sensor can leak information about user’s use
patterns and surrounding. This information can be used to enhance user
profiling and behavioral analysis.</p>
patterns and surrounding cross-origin. This information can be used to
enhance user profiling and behavioral analysis.</p>
<li data-md="">
<p>Cross-device linking. Two devices can access web sites that include the
same third-party script that correlates lighting levels over time.</p>
Expand Down