Updates DF
This commit is contained in:
11
spec/fixtures/db/dynamic_finders.yml
vendored
11
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -30911,7 +30911,7 @@ plugins:
|
||||
- public/js/jquery-confirm.min.js
|
||||
- public/js/prebid-ads.js
|
||||
version: true
|
||||
pattern: !ruby/regexp '/ver=(?<v>\d+)/i'
|
||||
pattern: !ruby/regexp /ver=(?<v>\d+)/i
|
||||
dh-dashboard-quick-content-access:
|
||||
TranslationFile:
|
||||
class: BodyPattern
|
||||
@@ -44013,6 +44013,12 @@ plugins:
|
||||
formcraft-recaptcha:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
formcraft3:
|
||||
QueryParameter:
|
||||
files:
|
||||
- dist/formcraft-common.css
|
||||
- dist/form.css
|
||||
version: true
|
||||
formdesigner:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
@@ -55364,9 +55370,6 @@ plugins:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
instagram-feed:
|
||||
JavascriptVar:
|
||||
xpath: //script[not(@src) and contains(., "sbiajaxurl")]
|
||||
pattern: !ruby/regexp /var sbiajaxurl =/
|
||||
QueryParameter:
|
||||
files:
|
||||
- css/sb-instagram.min.css
|
||||
|
||||
10
spec/fixtures/dynamic_finders/expected.yml
vendored
10
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -20107,6 +20107,14 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/formcraft-form-builder/assets/css/common-elements.css?ver=1.0.7
|
||||
- http://wp.lab/wp-content/plugins/formcraft-form-builder/assets/fontello/css/fcb.css?ver=1.0.7
|
||||
- http://wp.lab/wp-content/plugins/formcraft-form-builder/assets/fontello/css/animation.css?ver=1.0.7
|
||||
formcraft3:
|
||||
QueryParameter:
|
||||
number: 3.8.26
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- https://wp.lab/wp-content/plugins/formcraft3/dist/formcraft-common.css?ver=3.8.26
|
||||
- https://wp.lab/wp-content/plugins/formcraft3/dist/form.css?ver=3.8.26
|
||||
confidence: 20
|
||||
formello:
|
||||
QueryParameter:
|
||||
number: 1.0.1
|
||||
@@ -24989,8 +24997,6 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/insta-gallery/assets/insta-gallery.css?ver=1.5.1
|
||||
confidence: 10
|
||||
instagram-feed:
|
||||
JavascriptVar:
|
||||
found_by: Javascript Var (Passive Detection)
|
||||
QueryParameter:
|
||||
number: 1.5
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
|
||||
@@ -324,14 +324,6 @@ var give_scripts = {"ajaxurl":"http:\/\/wp.lab\/wp-admin\/admin-ajax.php","loadi
|
||||
|
||||
|
||||
|
||||
<!-- instagram-feed -->
|
||||
<!-- Instagram Feed JS -->
|
||||
<script type="text/javascript">
|
||||
var sbiajaxurl = "https://wp.lab/wp-admin/admin-ajax.php";
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<!-- jquery-colorbox -->
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
|
||||
@@ -7244,6 +7244,13 @@
|
||||
<link rel="stylesheet" id="fcb-fontello-animation-css-css" href="http://wp.lab/wp-content/plugins/formcraft-form-builder/assets/fontello/css/animation.css?ver=1.0.7" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- formcraft3 -->
|
||||
<link rel="stylesheet" id="formcraft-common-css" href="https://wp.lab///w/p/-/c/o/n/t/e/n/t///p/l/u/g/i/n/s///f/o/r/m/c/r/a/f/t/3///d/i/s/t///f/o/r/m/c/r/a/f/t/-/c/o/m/m/o/n/c/s/s/?ver=3.8.26" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="formcraft-form-css" href="https://wp.lab///w/p/-/c/o/n/t/e/n/t///p/l/u/g/i/n/s///f/o/r/m/c/r/a/f/t/3///d/i/s/t///f/o/r/m/c/s/s/?ver=3.8.26" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="formcraft-common-css" href="https://wp.lab/wp-content/plugins/formcraft3/dist/formcraft-common.css?ver=3.8.26" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="formcraft-form-css" href="https://wp.lab/wp-content/plugins/formcraft3/dist/form.css?ver=3.8.26" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- formello -->
|
||||
<link rel="stylesheet" id="formello-form-block-css" href="http://wp.lab/wp-content/plugins/formello/build/style-index.css?ver=1.0.1" media="all">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user