mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
a
This commit is contained in:
parent
4210cc893d
commit
d87c86184a
@ -11,9 +11,11 @@ export async function GET({ request }) {
|
||||
let sec_gpc = request.headers.get('Sec-Gpc')
|
||||
let dnt = request.headers.get('Dnt')
|
||||
|
||||
/*
|
||||
if(dnt == "1" || sec_gpc == "1") {
|
||||
ip = "'DNT'"
|
||||
};
|
||||
*/
|
||||
|
||||
try {
|
||||
await pb.collection('analytics_2').create({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user