diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-26 19:27:39 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-26 19:27:39 -0500 |
| commit | 184f09926a16088c6104577e10bb3388a5901f62 (patch) | |
| tree | 183bad8e710f5ad25536d02821ad76c83e4e68ef /static/usage.html | |
| parent | f3599b88428f249714e8b16e0f71b7fda90bae23 (diff) | |
fix typo
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index 754225dd..95b07df1 100644 --- a/static/usage.html +++ b/static/usage.html @@ -958,7 +958,7 @@ <p>Android apps can declare associations with domains in order to handle those URLs in the app automatically. For security reasons, app links are disabled by - default to prevent apps intercepting arbitrarily URLs. First party apps associated + default to prevent apps intercepting arbitrary URLs. First party apps associated with a domain are expected to be authorized by the domain. Apps can ask for their app links to be verified by the OS by marking them with <code>autoVerify</code> in their manifest. The OS will securely confirm that the domain authorizes the app to |
