Commit 6ad374d
committed
Add Permissions Policy integration with "allowed to use" check
Resolves issue #37 by adding proper Permissions Policy integration
to the Local Network Access check algorithm.
Changes:
- Replace TODO with normative algorithm steps for permission
checking in the Local Network Access check algorithm
- Add "allowed to use" check to verify the "local-network-access"
policy-controlled feature is allowed before checking permission state
- Add anchor definition for HTML spec's "associated Document" term
This ensures that documents must be allowed to use the feature by
Permissions Policy before local network access requests can proceed,
addressing the concern raised in issue #37 about requiring explicit
Permissions Policy delegation.1 parent 3def5d2 commit 6ad374d
1 file changed
+34
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
650 | 653 | | |
651 | 654 | | |
652 | 655 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
661 | 687 | | |
662 | 688 | | |
663 | 689 | | |
| |||
0 commit comments