Skip to content

Commit

Permalink
renamed head to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Feb 5, 2021
1 parent e99c89f commit fe38c5c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ AddType 'image/svg+xml; charset=UTF8' svg svgz

Header set Referrer-Policy "no-referrer"

Header set Content-Security-Policy "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"
Header set X-Content-Security-Policy "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"
Header set X-WebKit-CSP "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"
Header set Content-Security-Policy "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com cdn.ampproject.org; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"
Header set X-Content-Security-Policy "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com cdn.ampproject.org; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"
Header set X-WebKit-CSP "default-src 'self' https://www.mv-wollbach.de; script-src 'self' 'unsafe-inline' s3.amazonaws.com www.google.com www.gstatic.com cdn.ampproject.org; object-src 'none'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdn-images.mailchimp.com gooding.s3.amazonaws.com; img-src 'self' gooding.s3.amazonaws.com www.google.com www.w3basis.de jigsaw.w3.org lh3.googleusercontent.com; media-src youtube-nocookie.com; frame-src erweiterungen.gooding.de www.youtube-nocookie.com www.google.com; font-src 'self' fonts.gstatic.com; connect-src 'self'"

Header always set X-Content-Type-Options "nosniff"

Expand Down
2 changes: 1 addition & 1 deletion themes/mv-wollbach/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="de">
{{- partial "head.html" . -}}
{{- partial "header.html" . -}}
<body itemscope itemtype="http://schema.org/{{- .Page.Params.schemaorg | default "WebPage" -}}">
{{- partial "navigation.html" . -}}
<main class="content" itemprop="mainContentOfPage">
Expand Down
2 changes: 1 addition & 1 deletion themes/mv-wollbach/layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="de">
{{- partial "head.html" . -}}
{{- partial "header.html" . -}}
<body itemscope itemtype="http://schema.org/{{- .Page.Params.schemaorg | default "WebPage" -}}">
{{- partial "navigation.html" . -}}
<main class="content" itemprop="mainContentOfPage">
Expand Down
2 changes: 1 addition & 1 deletion themes/mv-wollbach/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="de">
{{- partial "head.html" . -}}
{{- partial "header.html" . -}}
<body itemscope itemtype="http://schema.org/{{- .Page.Params.schemaorg | default "WebPage" -}}">
{{- partial "navigation.html" . -}}
<main class="content" itemprop="mainContentOfPage">
Expand Down

0 comments on commit fe38c5c

Please sign in to comment.