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:
|
Readme:
|
||||||
path: readme.txt
|
path: readme.txt
|
||||||
instagram-feed:
|
instagram-feed:
|
||||||
|
JavascriptVar:
|
||||||
|
xpath: //script[not(@src) and contains(., "sbiajaxurl")]
|
||||||
|
pattern: !ruby/regexp /var sbiajaxurl =/
|
||||||
QueryParameter:
|
QueryParameter:
|
||||||
files:
|
files:
|
||||||
- css/sb-instagram.min.css
|
- 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
|
- http://wp.lab/wp-content/plugins/insta-gallery/assets/insta-gallery.css?ver=1.5.1
|
||||||
confidence: 10
|
confidence: 10
|
||||||
instagram-feed:
|
instagram-feed:
|
||||||
|
JavascriptVar:
|
||||||
|
found_by: Javascript Var (Passive Detection)
|
||||||
QueryParameter:
|
QueryParameter:
|
||||||
number: 1.5
|
number: 1.5
|
||||||
found_by: Query Parameter (Passive Detection)
|
found_by: Query Parameter (Passive Detection)
|
||||||
|
|||||||
@@ -323,6 +323,15 @@ var give_scripts = {"ajaxurl":"http:\/\/wp.lab\/wp-admin\/admin-ajax.php","loadi
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- instagram-feed -->
|
||||||
|
<!-- Instagram Feed JS -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var sbiajaxurl = "https://wp.lab/wp-admin/admin-ajax.php";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- jquery-colorbox -->
|
<!-- jquery-colorbox -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* <![CDATA[ */
|
/* <![CDATA[ */
|
||||||
|
|||||||
Reference in New Issue
Block a user