Skip to content

Commit 947871d

Browse files
committed
feat: Update allowed Android CORS domain to Jetpack-owned domain
Use a domain owned by the Jetpack project.
1 parent 9bb2b40 commit 947871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/plugins/jetpack/_inc/lib/class-jetpack-application-password-extras.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Jetpack_Application_Password_Extras {
2020
* Allowed CORS origins for AJAX requests
2121
*/
2222
const ALLOWED_AJAX_CORS_ORIGINS = array(
23-
'https://appassets.androidplatform.net', // Android WebView
23+
'https://android-app-assets.jetpack.com', // Jetpack Android mobile app WebView
2424
);
2525

2626
/**

0 commit comments

Comments
 (0)