Kevin Hamilton
Kevin Hamilton
Thanks. I took a peek and it appears the oembed_response_data hook in wp-includes/embed.php would be the place to filter this. Will need to run with priority higher than 10 to...
It looks like the triggers for including the thumbnail_url in the oembed output are: `if ( has_post_thumbnail( $post->ID ) )` or `if ( 'attachment' === get_post_type( $post ) && wp_attachment_is_image(...
I am also having this issue on MacOS. If I can run any tests to help speed up a fix for this, let me know. The fact that having the...
Thanks for that update. I have to say, it makes me wonder if you are not consistently figuring out the behavior because you are not dogfooding your product (i.e., having...
It's probably not the easiest path forward since it would require adding persistent storage to QM (which I don't believe it currently has, correct?) ... But my recommendation for this...
I came here with a similar concern, in my case the Disk Space APIs are being flagged in my code by Apple, which I tracked back to the volumeAvailableCapacityForImportantUsageKey called...
@dtarnawsky Should I open a separate issue about the device plugin flagging apps for usage of the NSPrivacyAccessedAPICategoryDiskSpace API category, triggered here? https://github.com/ionic-team/capacitor-plugins/blob/0ccb9c48af9740a24f1f084e9417d5d5e2201311/device/ios/Sources/DevicePlugin/Device.swift#L40-L44 We would still be interested in a...
I would say the quickstart thread was the wrong place to report this and perhaps why it did not get attention sooner, since it is an issue with the SDK....