Skip to content

Commit c6113df

Browse files
committed
extend Permissions Policy
These aren't supported by Chromium yet but they're standardized and it makes sense to explicitly forbid them.
1 parent db98371 commit c6113df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/app/grapheneos/pdfviewer/PdfViewer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
8383
"document-domain=(), " +
8484
"encrypted-media=(), " +
8585
"fullscreen=(), " +
86+
"gamepad=(), " +
8687
"geolocation=(), " +
8788
"gyroscope=(), " +
8889
"hid=(), " +
@@ -96,6 +97,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
9697
"publickey-credentials-get=(), " +
9798
"screen-wake-lock=(), " +
9899
"serial=(), " +
100+
"speaker-selection=(), " +
99101
"sync-xhr=(), " +
100102
"usb=(), " +
101103
"xr-spatial-tracking=()";

0 commit comments

Comments
 (0)