Skip to content

Commit 6888545

Browse files
committed
feat: remove csp-generator project card from index.html
1 parent aea75af commit 6888545

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

index.html

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,81 +1298,6 @@ <h3>fast-proxy-lite</h3>
12981298
</div>
12991299
</article>
13001300

1301-
<!-- CSP Generator -->
1302-
<article class="project-card">
1303-
<div class="card-header">
1304-
<div class="project-meta">
1305-
<h3>csp-generator</h3>
1306-
<div class="tags">
1307-
<span class="tag">Bun</span>
1308-
<span class="tag">Security</span>
1309-
</div>
1310-
</div>
1311-
</div>
1312-
<p class="project-desc">
1313-
A Bun package to generate Content Security Policy (CSP) headers easily and securely.
1314-
</p>
1315-
<div class="project-links">
1316-
<a href="https://github.com/BackendStack21/csp-generator" class="link-item"
1317-
><svg
1318-
xmlns="http://www.w3.org/2000/svg"
1319-
width="16"
1320-
height="16"
1321-
viewBox="0 0 24 24"
1322-
fill="none"
1323-
stroke="currentColor"
1324-
stroke-width="2"
1325-
stroke-linecap="round"
1326-
stroke-linejoin="round"
1327-
>
1328-
<path
1329-
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
1330-
></path></svg
1331-
>GitHub</a
1332-
>
1333-
<a href="https://www.npmjs.com/package/csp-policy-gen" class="link-item"
1334-
><svg
1335-
xmlns="http://www.w3.org/2000/svg"
1336-
width="16"
1337-
height="16"
1338-
viewBox="0 0 24 24"
1339-
fill="none"
1340-
stroke="currentColor"
1341-
stroke-width="2"
1342-
stroke-linecap="round"
1343-
stroke-linejoin="round"
1344-
>
1345-
<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line>
1346-
<path
1347-
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"
1348-
></path>
1349-
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
1350-
<line x1="12" y1="22.08" x2="12" y2="12"></line></svg
1351-
>npm</a
1352-
>
1353-
</div>
1354-
<div class="badges">
1355-
<img
1356-
src="https://img.shields.io/github/stars/BackendStack21/csp-generator?style=flat-square&labelColor=1e293b&color=38bdf8"
1357-
alt="GitHub Stars"
1358-
/>
1359-
<img
1360-
src="https://img.shields.io/npm/dm/csp-policy-gen?style=flat-square&labelColor=1e293b&color=38bdf8"
1361-
alt="NPM Downloads"
1362-
/>
1363-
</div>
1364-
<div class="code-preview">
1365-
<div class="code-header">
1366-
<span>Bash</span>
1367-
<button class="copy-btn" aria-label="Copy code">Copy</button>
1368-
</div>
1369-
<pre><code><span class="k">bun</span> add csp-policy-gen
1370-
1371-
# Usage
1372-
<span class="k">bunx</span> csp-generator https://example.com</code></pre>
1373-
</div>
1374-
</article>
1375-
13761301
<!-- Item Store Redis -->
13771302
<article class="project-card">
13781303
<div class="card-header">

0 commit comments

Comments
 (0)