We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738d7c commit 7648cb1Copy full SHA for 7648cb1
src/index.ts
@@ -68,7 +68,7 @@ export class CspDirectives {
68
this.ReferrerHeader = csp.referrer;
69
}
70
71
- private checkReportTo (){
+ checkReportTo (): void {
72
const reportTo = this.CSP?.['report-to'];
73
if (reportTo === undefined) return;
74
else {
0 commit comments