Skip to content

Commit 73c6359

Browse files
committed
chore: copy
1 parent 69638d3 commit 73c6359

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

posts/pgs.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -448,17 +448,6 @@ rsync -rv public/ [email protected]:/glossy
448448
# => https://glossy.pgs.sh
449449
```
450450

451-
# Content security policy
452-
453-
For pico domains we have some strict content-security policies.
454-
455-
```bash
456-
Content-Security-Policy "default-src 'self'; img-src * 'unsafe-inline'; style-src * 'unsafe-inline'"
457-
```
458-
459-
If you need to access sites that are blocked by this CSP, then you can use a
460-
[custom domain](/custom-domains) which won't have those security restrictions.
461-
462451
# Access Control List
463452

464453
Thanks to SSH tunnels we can provide restricted access to projects.
@@ -525,7 +514,7 @@ folder inside our object store. As such:
525514
You must [delete a project](#removing-a-project) using the remote cli.
526515

527516
If you accidentally remove a site you will be stuck in a limbo state. The folder
528-
will still exist using `sftp` or `sshfs` then you can properly clean it up by
517+
will still exist using `sftp` or `sshfs`. You can properly clean it up by
529518
running the [rm command](#removing-a-project)
530519

531520
<hr />

static/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
width: 250px;
3636
}
3737

38+
.toc a {
39+
color: var(--white);
40+
}
41+
3842
.sitemap {
3943
width: 250px;
4044
margin: 0;

0 commit comments

Comments
 (0)