Skip to content

Commit 030f4a0

Browse files
committed
Remove unused function
1 parent 77d5eed commit 030f4a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

system/HTTP/ContentSecurityPolicy.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,9 +1064,4 @@ public function clearDirective(string $directive): void
10641064

10651065
$this->{$this->directives[$directive]} = [];
10661066
}
1067-
1068-
public function clearNoncePlaceholders(string $text): string
1069-
{
1070-
return str_replace([$this->styleNonceTag, $this->scriptNonceTag], '', $text);
1071-
}
10721067
}

0 commit comments

Comments
 (0)