Skip to content

Commit 4acd8e4

Browse files
authored
Merge pull request #808 from philloooo/privacy
update privacy readme for opSupportLimits
2 parents 5f85e73 + a32ffd5 commit 4acd8e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

security-privacy.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ No.
2626

2727
> - 2.6 What information from the underlying platform, e.g. configuration data, is exposed by this specification to an origin?
2828
29-
No information from the underlying platform is exposed directly. An execution time analysis may reveal indirectly the performance of the underlying platform's neural network hardware acceleration capabilities relative to another underlying platform.
29+
The [opSupportLimits()](https://www.w3.org/TR/webnn/#api-mlcontext-opsupportlimits) method intentionally exposes per-operator behavior that is expected to vary depending on the underlying platform, such as the supported data types or preferred data layout for each operator. The information exposed roughly corresponds to the underlying operating system and/or browser version, and so it shouldn't introduce additional entropy.
30+
31+
Additionally, an analysis of execution time may indirectly reveal the performance of the underlying platform's neural network hardware acceleration capabilities relative to another underlying platform.
3032

3133
> - 2.7 Does this specification allow an origin access to sensors on a user’s device
3234

0 commit comments

Comments
 (0)