-
Notifications
You must be signed in to change notification settings - Fork 106
[Autofill] exception for checkout.pci.shopifyinc.com on windows #4100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Wed, 19 Nov 2025 13:25:58 GMT legacy27 files identical
v3/windows-config.json--- v3/windows-config.json
+++ v3/windows-config.json
@@ -89882,8 +89882,12 @@
"exceptions": [
{
"domain": "roll20.net",
"reason": "Performance issue for too many fields."
+ },
+ {
+ "domain": "https://bakedjustsweet.com/checkout/*",
+ "reason": "Some shopify cc inputs cause jumpy scroll behavior. See https://app.asana.com/1/137249556945/project/1201048563534612/task/1211981991454055?focus=true"
}
],
"state": "enabled",
"features": {
v4/windows-config.json--- v4/windows-config.json
+++ v4/windows-config.json
@@ -89697,8 +89697,11 @@
"autofill": {
"exceptions": [
{
"domain": "roll20.net"
+ },
+ {
+ "domain": "https://bakedjustsweet.com/checkout/*"
}
],
"state": "enabled",
"features": {
latest13 files identical
v5/windows-config.json--- v5/windows-config.json
+++ v5/windows-config.json
@@ -89697,8 +89697,11 @@
"autofill": {
"exceptions": [
{
"domain": "roll20.net"
+ },
+ {
+ "domain": "https://bakedjustsweet.com/checkout/*"
}
],
"state": "enabled",
"features": {
|
JSON approval analysis:Time updated: Wed, 19 Nov 2025 13:26:04 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
|
Won't be mitigating here, we have an autofill fix! |

Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/1201048563534612/task/1211981991454055?focus=true
Description
Jumpy scrolling issue on Shopify check out page - probably best to disable autofill on this specific shopify domain for now, while we look for a real fix.
Site breakage mitigation process:
Brief explanation
Note
Adds an autofill exception on Windows for
https://bakedjustsweet.com/checkout/*(Shopify) to mitigate jumpy scrolling on credit card inputs.Written by Cursor Bugbot for commit d0c8cd1. This will update automatically on new commits. Configure here.