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:
parent
db98371c9d
commit
c6113df31d
@ -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=()";
|
||||
|
Loading…
Reference in New Issue
Block a user