diff --git a/src/_blog/2023-brave-infobar.md b/src/_blog/2023-brave-infobar.md new file mode 100644 index 000000000..80902f010 --- /dev/null +++ b/src/_blog/2023-brave-infobar.md @@ -0,0 +1,26 @@ +--- +title: Brave Browser's New IPFS Infobar +description: 'We’re excited to share a new IPFS-related feature that appears in the most recent version of Brave.' +date: 2023-09-25 +header_image: '/braveinfobar2.png' +tags: +- brave +- browsers +--- + +We’re excited to share a new IPFS-related feature that appears in the most recent version of [Brave’s web browser](https://brave.com/). A new IPFS Infobar will appear at the top of the browser when you visit an IPFS compatible resource such as a [CID on a public gateway](https://docs.ipfs.tech/how-to/address-ipfs-on-web/#http-gateways) or a website with a [DNSLink](https://docs.ipfs.tech/concepts/dnslink/). + +By using the IPFS Infobar, you can choose whether you would like to switch to loading the IPFS version of the content. Selections can be made to always load via IPFS or only load it in a specific instance. + +![](../assets/brave_infobar_2.jpg) +![](../assets/brave_infobar_3.png) + +This new feature will increase visibility of IPFS content when it exists and contribute to greater awareness for the benefits that can be had from utilizing content addressing. + +Brave’s IPFS Infobar is a small but mighty new feature that we are excited to see in the wild! + +In addition to the Infobar, there are more tools currently being developed for [Brave](https://brave.com/) by others such as [David Justice](https://github.com/JusticeEngineering) that are worth noting. Some of the prototypes include: Markdown/Wysiwyg webpage creator, Link In Bio/Link List site creator, and the ability to password protect webpages with many more ideas in the works. + +[https://github.com/JusticeEngineering/markdown-publish](https://github.com/JusticeEngineering/markdown-publish) + +[https://github.com/JusticeEngineering/link-list](https://github.com/JusticeEngineering/link-list) diff --git a/src/assets/brave_infobar_1.png b/src/assets/brave_infobar_1.png new file mode 100644 index 000000000..068fc1bf7 Binary files /dev/null and b/src/assets/brave_infobar_1.png differ diff --git a/src/assets/brave_infobar_2.jpg b/src/assets/brave_infobar_2.jpg new file mode 100644 index 000000000..522d11a96 Binary files /dev/null and b/src/assets/brave_infobar_2.jpg differ diff --git a/src/assets/brave_infobar_3.png b/src/assets/brave_infobar_3.png new file mode 100644 index 000000000..1fefd14e4 Binary files /dev/null and b/src/assets/brave_infobar_3.png differ diff --git a/src/assets/braveinfobar2.png b/src/assets/braveinfobar2.png new file mode 100644 index 000000000..50118d176 Binary files /dev/null and b/src/assets/braveinfobar2.png differ