Skip to content

Commit 8a43667

Browse files
committed
Add frame_nonce to sites query
1 parent 312ef26 commit 8a43667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Remote/AccountRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class AccountRemote: Remote, AccountRemoteProtocol {
8585
let path = "me/sites"
8686
let parameters = [
8787
"fields": "ID,name,description,URL,options,jetpack,jetpack_connection",
88-
"options": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset,jetpack_connection_active_plugins,admin_url,login_url"
88+
"options": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset,jetpack_connection_active_plugins,admin_url,login_url,frame_nonce"
8989
]
9090

9191
let request = DotcomRequest(wordpressApiVersion: .mark1_1, method: .get, path: path, parameters: parameters)

0 commit comments

Comments
 (0)