File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < meta http-equiv ="Content-Security-Policy " content ="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob:; connect-src 'self'; " />
7+ < meta http-equiv ="Content-Security-Policy "
8+ content ="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob:; connect-src 'self'; " />
89 < title > Git History Cleaner</ title >
9- < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧹</text></svg> ">
10+ < link rel ="icon "
11+ href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧹</text></svg> ">
1012 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1113 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
12- < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap " rel ="stylesheet ">
14+ < link
15+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap "
16+ rel ="stylesheet ">
1317</ head >
1418
1519< body >
1620 < div id ="root "> </ div >
1721 < script type ="module " src ="/src/main.tsx "> </ script >
1822</ body >
1923
20- </ html >
24+ </ html >
You can’t perform that action at this time.
0 commit comments