🔔 Push Notification Test
Verify Sec-Fetch-Site behavior for ChatGPT auto-submit
Step 1: Enable Notifications
Step 3: Send Test Push
📋 How to Verify Sec-Fetch-Site Behavior
- Click "Enable Push Notifications" and grant permission
- Enter a test URL (try HTTPBin first to see headers)
- Click "Send Test Push Notification"
- Click the notification when it appears
- Check the opened page:
- For HTTPBin: Look for
Sec-Fetch-Site: none
- For ChatGPT: Check if query auto-submits
- In browser DevTools console, run:
document.referrer (should be empty)