Updated tracker api endpoint
This commit is contained in:
+2
-2
@@ -961,7 +961,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||||||
<script>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
swetrix.init('uuOKxkzPBxlz', {
|
swetrix.init('uuOKxkzPBxlz', {
|
||||||
apiURL: 'https://swetrix.privacynerd.de/api/log',
|
apiURL: 'https://swetrix.privacynerd.de/backend/log',
|
||||||
})
|
})
|
||||||
swetrix.trackViews()
|
swetrix.trackViews()
|
||||||
swetrix.trackErrors({
|
swetrix.trackErrors({
|
||||||
@@ -973,7 +973,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<img
|
<img
|
||||||
src="https://swetrix.privacynerd.de/api/log/noscript?pid=uuOKxkzPBxlz"
|
src="https://swetrix.privacynerd.de/backend/log/noscript?pid=uuOKxkzPBxlz"
|
||||||
alt=""
|
alt=""
|
||||||
referrerpolicy="no-referrer-when-downgrade"
|
referrerpolicy="no-referrer-when-downgrade"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user