Skip to content

Commit

Permalink
doc: max-width 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
timkuijsten committed Dec 25, 2023
1 parent 6bd2151 commit ff5d0c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,15 @@ delegate to the next relevant scope for `file:///C:/app/bin/main.js`, `"file:"`.

This determines the policy for all file based resources within `"file:///C:/"`.
This is not in the `"scopes"` field of the policy and would be skipped. It would
not be used for `file:///C:/app/bin/main.js` unless `"file:///C:/app/"` is set to
cascade or is not in the `"scopes"` of the policy.
not be used for `file:///C:/app/bin/main.js` unless `"file:///C:/app/"` is set
to cascade or is not in the `"scopes"` of the policy.

4. `"file:///"`

This determines the policy for all file based resources on the `localhost`. This
is not in the `"scopes"` field of the policy and would be skipped. It would not
be used for `file:///C:/app/bin/main.js` unless `"file:///C:/"` is set to cascade
or is not in the `"scopes"` of the policy.
be used for `file:///C:/app/bin/main.js` unless `"file:///C:/"` is set to
cascade or is not in the `"scopes"` of the policy.

5. `"file:"`

Expand Down

0 comments on commit ff5d0c7

Please sign in to comment.