SEO

Chrome 110 Changes How Web Share API Embeds Third Party Content

Chrome 110, scheduled for release on February 7, 2022, contains a change in how it handles the Web Share API that improves privacy and security by requiring the Web Share API to explicitly allow third-party content.

This may not be something a publisher needs to act upon.

It’s probably more relevant on the developer side as they are making things like web applications that use the Web Share API.

However, it is good to know the purpose of the rare situation when it is useful in diagnosing why a web page is not working.

Mozilla developer page Describes the Web Share API:

The Web Share API allows any site to share text, links, files, and other content with user defined sharing intent, using the sharing mechanisms of the underlying operating system.

These sharing targets typically include the system clipboard, email, contacts or messaging apps, and Bluetooth or Wi-Fi channels.

… Note: This API should not be confused with the Web Share Target API, which allows a website to specify itself as a share target”

allow=”web share” attribute

An attribute is HTML markup that modifies an HTML element in some way.

For example, the nofollow attribute modifies the link element by indicating to search engines that the link is not trusted.