Adds DF
This commit is contained in:
3
spec/fixtures/db/dynamic_finders.yml
vendored
3
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -18913,6 +18913,9 @@ 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
|
||||
|
||||
2
spec/fixtures/dynamic_finders/expected.yml
vendored
2
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -17645,6 +17645,8 @@ 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)
|
||||
|
||||
@@ -323,6 +323,15 @@ var give_scripts = {"ajaxurl":"http:\/\/wp.lab\/wp-admin\/admin-ajax.php","loadi
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<!-- 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[ */
|
||||
|
||||
Reference in New Issue
Block a user