Skip to content

Commit

Permalink
backup_files check: Ignore woff2
Browse files Browse the repository at this point in the history
[Closes #927]
  • Loading branch information
Zapotek committed Nov 1, 2017
1 parent abb595d commit 3e87150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checks/passive/backup_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Arachni::Checks::BackupFiles < Arachni::Check::Base
),
video: %w(asf rm mpg mpeg mpe 3gp 3g2 avi flv mov mp4 swf vob wmv),
audio: %w(aif mp3 mpa ra wav wma mid m4a ogg flac),
font: %w(ttf otf woff fon fnt)
font: %w(ttf otf woff woff2 fon fnt)
}

IGNORE_EXTENSIONS = Set.new( IGNORE_MIME_TYPES.values.flatten )
Expand Down

0 comments on commit 3e87150

Please sign in to comment.