Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 6, 2023
1 parent 875edb3 commit 0cf428f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2023/articles/2023-12-07.pod
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ particular parameters from scrubbing, by name or regex match - and raised a pull
request to share that upstream. Unfortunately, the original author doesn't seem
to be active in the Perl community any more, and several attempts of contact
failed - so I followed the usual steps to L<adopt a module|https://neilb.org/2013/07/24/adopt-a-module.html>,
approaching our friendly CPAN admins for help, obtained co-maint, and released
approaching our friendly CPAN admins for help, obtained co-maint, and released
a new version.

Since then we added more - including recursive scrubbing of parameters within
Since then we added more - including recursive scrubbing of parameters within
serialised POSTed/PUTted request bodies.

=head2 Catalyst::Plugin::CheckFileUploadTypes
Expand All @@ -58,10 +58,10 @@ actions to mark that they expect uploads, for instance:
=begin perl

use Catalyst qw(CheckFileUploadTypes);

# Actions can declare that they expect to receive file uploads:
sub upload_file : Local ExpectUploads { ... }

# They can also specify that any uploaded files must be of expected types
# (determined from file content by File::MMagic, not what the client said,
# as they could lie to us)
Expand Down Expand Up @@ -93,7 +93,7 @@ More options to provide more control over how unexpected uploads are handled

=item Callbacks

Callbacks to fire for each uploaded file to perform additional checks on it -
Callbacks to fire for each uploaded file to perform additional checks on it -
for example, running it through a virus checker, generating a hash and checking
online services for matches, or other checks on the content of the file.

Expand Down

0 comments on commit 0cf428f

Please sign in to comment.