File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 448
448
# => https://glossy.pgs.sh
449
449
```
450
450
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
-
462
451
# Access Control List
463
452
464
453
Thanks to SSH tunnels we can provide restricted access to projects.
@@ -525,7 +514,7 @@ folder inside our object store. As such:
525
514
You must [ delete a project] ( #removing-a-project ) using the remote cli.
526
515
527
516
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
529
518
running the [ rm command] ( #removing-a-project )
530
519
531
520
<hr />
Original file line number Diff line number Diff line change 35
35
width : 250px ;
36
36
}
37
37
38
+ .toc a {
39
+ color : var (--white );
40
+ }
41
+
38
42
.sitemap {
39
43
width : 250px ;
40
44
margin : 0 ;
You can’t perform that action at this time.
0 commit comments