Skip to content

Commit

Permalink
Add permissions needed
Browse files Browse the repository at this point in the history
when fetching external content
  • Loading branch information
Phu2 committed Jul 5, 2023
1 parent 626f9c0 commit ecedf8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/.java.policy_move_to_home_dir
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ grant {

permission java.net.SocketPermission "localhost:1024-", "accept, listen, resolve";
permission java.net.SocketPermission "*", "accept, connect, resolve";

permission java.net.URLPermission "*", "GET:Accept";

permission java.net.NetPermission "getProxySelector";
};


Expand Down

0 comments on commit ecedf8c

Please sign in to comment.