Skip to content

Commit

Permalink
Remove Tracking Pixel
Browse files Browse the repository at this point in the history
It's to ping home, probably done by the author for the purpose of statistics, to know how many projects are using Django Jet, and also to keep some control on who was paying or not paying for the commercial license.
I think this ping.gif should be removed.
Aditionally, the server where the image is located is not working, so this is taking 20 secods before the browser blocks the request, which might cause lots of different problems.
  • Loading branch information
danieldourado authored Dec 27, 2023
1 parent 9d9775e commit 104d030
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jet/static/jet/js/src/layout-updaters/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ $(document).ready(function() {
$('#branding').each(function() {
new BrandingUpdater($(this)).run();
});
if ($('body.login').length != 0) {
$('<img>').attr('src', '//jet.geex-arts.com/ping.gif');
}
});

0 comments on commit 104d030

Please sign in to comment.