Skip to content

Commit

Permalink
Remove System.getProperty access to goog.TRUSTED_SITE.
Browse files Browse the repository at this point in the history
It is unlikely needed from any Java code and it is not available on open-source at the moment.

PiperOrigin-RevId: 718003682
  • Loading branch information
gkdn authored and copybara-github committed Jan 21, 2025
1 parent d3e4e9a commit 7356037
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jre/java/java/lang/jre.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jre.getSystemProperty = function(name, defaultValue = null) {
jre.addSystemPropertyFromGoogDefine('COMPILED', String(COMPILED));
jre.addSystemPropertyFromGoogDefine('goog.DEBUG', String(goog.DEBUG));
jre.addSystemPropertyFromGoogDefine('goog.LOCALE', goog.LOCALE);
jre.addSystemPropertyFromGoogDefine(
'goog.TRUSTED_SITE', String(goog.TRUSTED_SITE));
jre.addSystemPropertyFromGoogDefine(
'goog.FEATURESET_YEAR', String(goog.FEATURESET_YEAR));

Expand Down

0 comments on commit 7356037

Please sign in to comment.