Skip to content

Commit 4e03006

Browse files
committed
fixes #6 - cannot force include wp-json
1 parent 120bf29 commit 4e03006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SiteCrawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function crawlABitMore() : void {
152152
}
153153

154154
// TODO: add these to Exclusions table
155-
$exclusions = [ 'wp-json' ];
155+
$exclusions = [];
156156

157157
if ( isset( $this->settings['excludeURLs'] ) ) {
158158
$user_exclusions = explode(

0 commit comments

Comments
 (0)