Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(block): allow .rum path
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 27, 2021
1 parent 037b9be commit ecab8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgx/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = [
/_debugbar/,
/.+\.axd/,
/.+\.log$/,
/(?!\/\.well-known)\/\./,
/(?!\/\.(well-known|rum))\/\./,
/(Homestead|circle|_?config)\.ya?ml$/,
/[()'"]/, // braces and escapes
/[Tt]hank.*\.txt$/,
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/allowed-paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -868,3 +868,5 @@
/experience-cloud/wp-content/uploads/2017/06/Image-Five-Ways-to-Make-Sure-Your-Distributors-Love-You-%e2%80%94-The-Benefits-of-Brand-Portals-in-Manufacturer-Distributor-Relationships--e1496464968216-1200x672.jpeg
/experience-cloud/wp-content/uploads/2040/09/hero-image-Adobe-Enhances-Retailers%E2%80%99-Workflows-to-Power-Personalization-e1506356370834-1200x678.jpeg
/experience-cloud/wp-content/uploads/2050/06/Image-How-NBC-Sports-Delivered-the-Most-Watched-Digital-Event-in-History.-e1496286896161.png
/.rum/1
/.rum/100

0 comments on commit ecab8fd

Please sign in to comment.