File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ fn process_old_new(
227
227
<head>
228
228
<meta charset="UTF-8">
229
229
<meta name="viewport" content="width=device-width, initial-scale=1.0">
230
- <link rel="icon" sizes="32x32" type="image/png" href="https://www. rust-lang.org/static/images/favicon-32x32.png">
230
+ <link rel="icon" sizes="32x32" type="image/png" href="https://rust-lang.org/static/images/favicon-32x32.png">
231
231
<title>range-diff of {oldbase}...{oldhead} {newbase}...{newhead}</title>
232
232
<style>
233
233
body {{
@@ -425,7 +425,7 @@ fn process_old_new(
425
425
headers. insert (
426
426
CONTENT_SECURITY_POLICY ,
427
427
HeaderValue :: from_static (
428
- "default-src 'none'; style-src 'unsafe-inline'; img-src www. rust-lang.org" ,
428
+ "default-src 'none'; style-src 'unsafe-inline'; img-src rust-lang.org" ,
429
429
) ,
430
430
) ;
431
431
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ pub async fn gha_logs(
199
199
format ! ( r#"<link rel="icon" sizes="any" type="image/svg+xml" href="{SUCCESS_URL}">"# )
200
200
}
201
201
_ => {
202
- r#"<link rel="icon" sizes="32x32" type="image/png" href="https://www. rust-lang.org/static/images/favicon-32x32.png">"# . to_string ( )
202
+ r#"<link rel="icon" sizes="32x32" type="image/png" href="https://rust-lang.org/static/images/favicon-32x32.png">"# . to_string ( )
203
203
}
204
204
} ;
205
205
@@ -360,7 +360,7 @@ body {{
360
360
CONTENT_SECURITY_POLICY ,
361
361
HeaderValue :: from_str ( & *
362
362
format ! (
363
- "default-src 'none'; script-src 'nonce-{nonce}' 'self'; style-src 'unsafe-inline'; img-src 'self' www. rust-lang.org"
363
+ "default-src 'none'; script-src 'nonce-{nonce}' 'self'; style-src 'unsafe-inline'; img-src 'self' rust-lang.org"
364
364
) ) . unwrap ( ) ,
365
365
) ;
366
366
You can’t perform that action at this time.
0 commit comments