Skip to content

Commit

Permalink
remove exceptions from script tag checker that are no longer needed
Browse files Browse the repository at this point in the history
All inline scripts have been removed, so we no longer need the
exceptions.
  • Loading branch information
haarg committed Dec 28, 2024
1 parent a143d8f commit 6c15ace
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/html.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ use File::Find ();
use Path::Tiny qw( path );

# files that have inline <script> tags
my %skip = map { $_ => 1 } (
'root/about/contributors.tx', 'root/account/profile.tx', 'root/base.tx',
);
my %skip = map { $_ => 1 } ();

File::Find::find(
{
Expand Down

0 comments on commit 6c15ace

Please sign in to comment.