Sha256: 4c257465b4f8488464d842de8c67bb0dc1f33237997c5aa31a500cefb7d4e71a
Contents?: true
Size: 597 Bytes
Versions: 6
Compression:
Stored size: 597 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 ## WhatWeb::Plugin.define "Typekit" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-17 @version = "0.1" @description = "JavaScript font manager" @website = "http://typekit.com/" # Matches # @matches = [ # JavaScript Source { regexp: /<script [^>]*src=["'][^>]*use\.typekit\.com/i }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems