Skip to content

Commit

Permalink
Updated CSP and related
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Mar 1, 2024
1 parent 0e7ac35 commit 24deb3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions themes/pinetheme/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,4 +994,10 @@ button.podcast:hover {
#footer span {
font-weight: 300;
margin-top: 0.6rem;
}
#footer-line {
max-width: 80rem;
background-color: #999;
height: 1px;
flex-grow: 1;
}
2 changes: 1 addition & 1 deletion themes/pinetheme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Guidelines</h2>
</div>

<div class="box pad">
<hr style="max-width: 80rem; background-color: #999; height: 1px; flex-grow: 1;">
<hr id="footer-line">
</div>

<div class="box cols themelightgrey">
Expand Down
2 changes: 1 addition & 1 deletion themes/pinetheme/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="description" content="{{.Description | default .Site.Params.SiteDescription}}">

<!-- CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src *">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">

<!-- Open Graph template -->
{{- template "_internal/opengraph.html" . -}}
Expand Down

0 comments on commit 24deb3f

Please sign in to comment.