Skip to content

Commit bbabdbd

Browse files
committed
www: Add CSP to support copy button
1 parent 2d01987 commit bbabdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>rustup.rs - The Rust toolchain installer</title>
66
<meta name="keywords" content="Rust, Rust programming language, rustlang, rust-lang, Mozilla Rust, rustup">
77
<meta name="description" content="The Rust toolchain installer">
8-
8+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' data: https://rustup.rs 'unsafe-inline'; img-src * 'self' data: https://www.rust-lang.org/logos">
99
<link rel="stylesheet" href="normalize.css">
1010
<link rel="stylesheet" href="rustup.css">
1111

0 commit comments

Comments
 (0)