Skip to content

Commit

Permalink
MWPW-134103 Fix Blog Regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Jul 26, 2023
1 parent 8bdf271 commit 8a556f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ const CONFIG = {
{ iframe: 'https://adobe.ideacloud.com' },
],
htmlExclude: [
/business\.adobe\.com\/blog\/.*/,
/business\.adobe\.com\/(\w\w|(\w\w_\w\w))\/blog\/.*/,
/business\.adobe\.com\/(\w\w(_\w\w)?\/)?blog(\/.*)?/,
],
};

Expand Down

0 comments on commit 8a556f5

Please sign in to comment.