Skip to content

Commit

Permalink
Remove homepage field from middleware package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jul 29, 2020
1 parent 83508e8 commit c9926db
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 22 deletions.
3 changes: 1 addition & 2 deletions middlewares/content-security-policy/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
],
"description": "Content Security Policy middleware",
"version": "2.9.5",
"keywords": ["express", "security", "content-security-policy", "csp", "xss"],
"homepage": "https://helmetjs.github.io/docs/csp/"
"keywords": ["express", "security", "content-security-policy", "csp", "xss"]
}
3 changes: 1 addition & 2 deletions middlewares/expect-ct/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"contributors": [],
"description": "Middleware to set the Expect-CT header",
"version": "0.3.0",
"keywords": ["express", "security", "expect-ct"],
"homepage": "https://helmetjs.github.io/docs/expect-ct/"
"keywords": ["express", "security", "expect-ct"]
}
3 changes: 1 addition & 2 deletions middlewares/referrer-policy/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"referrer",
"referrer-policy",
"privacy"
],
"homepage": "https://helmetjs.github.io/docs/referrer-policy/"
]
}
3 changes: 1 addition & 2 deletions middlewares/strict-transport-security/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"hsts",
"strict-transport-security",
"https"
],
"homepage": "https://helmetjs.github.io/docs/hsts/"
]
}
3 changes: 1 addition & 2 deletions middlewares/x-content-type-options/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "dont-sniff-mimetype",
"description": "Middleware to prevent mimetype from being sniffed",
"version": "1.1.0",
"keywords": ["express", "security", "mimetype", "x-content-type-options"],
"homepage": "https://helmetjs.github.io/docs/dont-sniff-mimetype"
"keywords": ["express", "security", "mimetype", "x-content-type-options"]
}
3 changes: 1 addition & 2 deletions middlewares/x-dns-prefetch-control/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"contributors": [],
"description": "Middleware to set X-DNS-Prefetch-Control header.",
"version": "0.3.0",
"keywords": ["express", "security", "x-dns-prefetch-control", "prefetch"],
"homepage": "https://helmetjs.github.io/docs/dns-prefetch-control"
"keywords": ["express", "security", "x-dns-prefetch-control", "prefetch"]
}
3 changes: 1 addition & 2 deletions middlewares/x-download-options/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
],
"description": "Middleware to set `X-Download-Options` header for IE8 security",
"version": "1.1.1",
"keywords": ["express", "security", "x-download-options"],
"homepage": "https://helmetjs.github.io/docs/ienoopen/"
"keywords": ["express", "security", "x-download-options"]
}
3 changes: 1 addition & 2 deletions middlewares/x-frame-options/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "frameguard",
"description": "Middleware to set X-Frame-Options headers",
"version": "3.1.0",
"keywords": ["express", "security", "x-frame-options", "clickjack"],
"homepage": "https://helmetjs.github.io/docs/frameguard/"
"keywords": ["express", "security", "x-frame-options", "clickjack"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"security",
"crossdomain.xml",
"x-permitted-cross-domain-policies"
],
"homepage": "https://helmetjs.github.io/docs/crossdomain/"
]
}
3 changes: 1 addition & 2 deletions middlewares/x-powered-by/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
],
"description": "Middleware to remove the X-Powered-By header",
"version": "1.1.0",
"keywords": ["express", "security", "x-powered-by", "powered-by"],
"homepage": "https://helmetjs.github.io/docs/hide-powered-by/"
"keywords": ["express", "security", "x-powered-by", "powered-by"]
}
3 changes: 1 addition & 2 deletions middlewares/x-xss-protection/package-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "x-xss-protection",
"description": "Middleware to disable the X-XSS-Protection header",
"version": "1.3.0",
"keywords": ["express", "security", "x-xss-protection"],
"homepage": "https://helmetjs.github.io/docs/xss-filter/"
"keywords": ["express", "security", "x-xss-protection"]
}

0 comments on commit c9926db

Please sign in to comment.