Skip to content

Commit a7d67f2

Browse files
authored
Merge pull request #224 from cicirello/fix-referrer
Fix referrer policy in docs workflow
2 parents 922c14c + 629e7a7 commit a7d67f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
base-url-path: https://jpt.cicirello.org/
4949
path-to-root: gh-pages
5050
user-defined-block: |
51-
<meta http-equiv="Referrer-Policy" content="no-referrer, strict-origin-when-cross-origin">
51+
<meta name="referrer" content="strict-origin-when-cross-origin">
5252
<meta name="monetization" content="$ilp.uphold.com/RHNKxp4ZeLNE">
5353
<link rel="icon" href="/images/favicon.svg" sizes="any" type="image/svg+xml">
5454

0 commit comments

Comments
 (0)