extend Permissions Policy

These aren't supported by Chromium yet but they're standardized and it
makes sense to explicitly forbid them.
This commit is contained in:
Daniel Micay 2022-05-06 07:15:06 -04:00
parent db98371c9d
commit c6113df31d
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
"document-domain=(), " +
"encrypted-media=(), " +
"fullscreen=(), " +
"gamepad=(), " +
"geolocation=(), " +
"gyroscope=(), " +
"hid=(), " +
@ -96,6 +97,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
"publickey-credentials-get=(), " +
"screen-wake-lock=(), " +
"serial=(), " +
"speaker-selection=(), " +
"sync-xhr=(), " +
"usb=(), " +
"xr-spatial-tracking=()";