Skip to content

Commit

Permalink
Use secure copy of window origin for tracking protection stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHeaps committed Dec 11, 2024
1 parent 2867ea8 commit 742d6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.__firefox__.execute(function($) {

sendInfo.push({
resourceURL: resourceURL.href,
sourceURL: document.location.href,
sourceURL: $.windowOrigin,
resourceType: resourceType
});

Expand Down

0 comments on commit 742d6f3

Please sign in to comment.