Sha256: 6b76c6aac1106f0cd67d3c62ef61928c48ad0e2d7918f07b6b8d99a45d23f0d3

Contents?: true

Size: 697 Bytes

Versions: 6

Compression:

Stored size: 697 Bytes

Contents

# frozen_string_literal: true

##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##

# Version 0.2
# removed :certainty=>100
# Version 0.3
# Changed Wallström to Wallstrom

WhatWeb::Plugin.define "WordpressSuperCache" do
  @author = "Patrik Wallstrom"
  @version = "0.3"
  @description = "Cache functionality for Wordpress - http://wordpress.org/extend/plugins/wp-super-cache/"

  @matches = [
    { name: "supercache comment",
      regexp: /^<!-- Cached page generated by WP-Super-Cache on / }
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/wordpress-supercache.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/wordpress-supercache.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/wordpress-supercache.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/wordpress-supercache.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/wordpress-supercache.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/wordpress-supercache.rb