Skip to content

Commit

Permalink
extend Permissions Policy
Browse files Browse the repository at this point in the history
These aren't supported by Chromium yet but they're standardized and it
makes sense to explicitly forbid them.
  • Loading branch information
thestinger committed May 6, 2022
1 parent db98371 commit c6113df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/app/grapheneos/pdfviewer/PdfViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
"document-domain=(), " +
"encrypted-media=(), " +
"fullscreen=(), " +
"gamepad=(), " +
"geolocation=(), " +
"gyroscope=(), " +
"hid=(), " +
Expand All @@ -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=()";
Expand Down

0 comments on commit c6113df

Please sign in to comment.