Skip to content

Commit

Permalink
Merge pull request #5 from meddulla/improve-wordpress-match
Browse files Browse the repository at this point in the history
Wordpress should also match against wp-admin paths
  • Loading branch information
Lissy93 authored Jan 1, 2024
2 parents 8f7f964 + 0ac518c commit a45b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/technologies/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@
],
"saas": true,
"scriptSrc": [
"/wp-(?:content|includes)/",
"/wp-(?:content|includes|admin)/",
"wp-embed\\.min\\.js"
],
"website": "https://wordpress.org"
Expand Down

0 comments on commit a45b9b5

Please sign in to comment.