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