@@ -97,31 +97,23 @@ class ContentSecurityPolicyHeaderWriter implements HeaderWriter {
97
97
" https://www.gstatic.com 'sha256-/kXZODfqoc2myS1eI6wr0HH8lUt+vRhW8H/oL+YJcMg='" ;
98
98
99
99
// - 'sha256-biL...' is required for 'display: none;' inline CSS
100
- // - 'sha256-ZdH...' is required for 'display: none' inline CSS
101
100
// - 'sha256-aqN...' is required for 'display:none' inline CSS
102
101
// - 'sha256-tIs...' is required for 'text-decoration: none;' inline CSS
103
102
// - 'sha256-VPM...' is required for 'vertical-align: middle;' inline CSS
104
103
// - 'sha256-CDs...' is required for 'padding:0px' inline CSS
105
- // - 'sha256-65m...' is required for 'white-space:nowrap' inline CSS
106
- // - 'sha256-xSK...' is required for 'margin: 0px; padding: 0px;' inline CSS
107
104
// - 'sha256-Jnn...' is required for 'padding:0;width:10px;height:10px;' inline CSS
108
105
// - 'sha256-yBh...' is required for 'margin: 20px' inline CSS
109
- // - 'sha256-ec+...' is required for 'width:300px' inline CSS
110
- // - 'sha256-rqk...' is required for 'width:300px;' inline CSS
106
+ // - 'sha256-RZ7...' is required for 'color:gray' inline CSS (table.js:246:4)
111
107
// - 'sha256-PGJ...' is required for 'width:200px;' inline CSS
112
108
private static final String STYLE_H2_CONSOLE =
113
109
" 'sha256-biLFinpqYMtWHmXfkA1BPeCY0/fNt46SAZ+BBk5YUog='"
114
- + " 'sha256-ZdHxw9eWtnxUb3mk6tBS+gIiVUPE3pGM470keHPDFlE='"
115
110
+ " 'sha256-aqNNdDLnnrDOnTNdkJpYlAxKVJtLt9CtFLklmInuUAE='"
116
111
+ " 'sha256-tIs8OfjWm8MHgPJrHv7mM4wvA/FDFcra3Pd5icRMX+k='"
117
112
+ " 'sha256-VPm872V2JvE+vhivDg7UeH+N9a9YzzqGGow5mzY48hc='"
118
113
+ " 'sha256-CDs+xFw5uMoNgtE5XIrz5GXgs3O+/NFkYK2IK/vKSBE='"
119
- + " 'sha256-65mkwZPt4V1miqNM9CcVYkrpnlQigG9H6Vi9OM/JCgY='"
120
- + " 'sha256-xSKCQeN6yeCb4HCkijkjoBFHWdJFwmwDiFa3XlZZ6Bs='"
121
114
+ " 'sha256-JnnwE+8wsBgf/bh1qyvAsUVHBgiTioeZ1NSUKff7mOM='"
122
115
+ " 'sha256-yBhVF062O1IGu3ZngyEhh9l561VFLsJpdSxVtbwisRY='"
123
- + " 'sha256-eC+jXvbVSsG0J4zQfR5fWxxUCqpaa5DZLbINjWNCu48='"
124
- + " 'sha256-rqkMEwsWwrInJqctxmIaWOCFPV+Qmym3tMHH3wtq3Y0='"
116
+ + " 'sha256-RZ7vfNSfdJtvDeBSz2SI5g3wroaD1A1SzsDb04Yw9V0='"
125
117
+ " 'sha256-PGJ8tjuz2DXGgB1Sie9pW8BrxBGK6EQndbLEkXd44T8='" ;
126
118
127
119
// - 'unsafe-inline' is required by jquery.min.js (that is using code inside of
0 commit comments