Skip to content
Snippets Groups Projects
Commit c6113df3 authored by Daniel Micay's avatar Daniel Micay
Browse files

extend Permissions Policy

These aren't supported by Chromium yet but they're standardized and it
makes sense to explicitly forbid them.
parent db98371c
No related branches found
No related tags found
No related merge requests found
......@@ -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=()";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment