Skip to content

Commit

Permalink
show that you can configure first/third parties
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Apr 1, 2019
1 parent 4aa8217 commit b4e2ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/plugins/html/templates/url/thirdparty/firstParty.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
a#first-party
h3 First party requests and sizes per content type
p Calculated using #{pagexray.firstPartyRegEx} (use --firstParty to configure).
p Calculated using #{pagexray.firstPartyRegEx} (use
code --firstParty
| to configure).
.responsive
table(data-sortable, id='contentSizeFirstParty')
+rowHeading(['Content', 'Header Size', 'Transfer Size', 'Content Size', 'Requests'])
Expand Down
4 changes: 3 additions & 1 deletion lib/plugins/html/templates/url/thirdparty/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ if thirdparty.possibileMissedThirdPartyDomains
h3 Unmatched third party domains
p Here's a list of domains that didn't match any tool in
a(href='https://github.com/patrickhulce/third-party-web') Third party web
| . If you are sure they are third party domains, please do a PR to that project.
| . If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using
code --firstParty
| .
table
each domain in thirdparty.possibileMissedThirdPartyDomains
tr
Expand Down

0 comments on commit b4e2ef3

Please sign in to comment.