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(
227227<head>
228228 <meta charset="UTF-8">
229229 <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">
231231 <title>range-diff of {oldbase}...{oldhead} {newbase}...{newhead}</title>
232232 <style>
233233 body {{
@@ -425,7 +425,7 @@ fn process_old_new(
425425 headers. insert (
426426 CONTENT_SECURITY_POLICY ,
427427 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" ,
429429 ) ,
430430 ) ;
431431
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ pub async fn gha_logs(
199199 format ! ( r#"<link rel="icon" sizes="any" type="image/svg+xml" href="{SUCCESS_URL}">"# )
200200 }
201201 _ => {
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 ( )
203203 }
204204 } ;
205205
@@ -360,7 +360,7 @@ body {{
360360 CONTENT_SECURITY_POLICY ,
361361 HeaderValue :: from_str ( & *
362362 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"
364364 ) ) . unwrap ( ) ,
365365 ) ;
366366
You can’t perform that action at this time.
0 commit comments