Skip to content

Commit e9a24e7

Browse files
Merge pull request #10269 from mendix/nc-fix-feedback-issue
Update Feedback Module docs
2 parents 655961d + fcf7cf7 commit e9a24e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/marketplace/platform-supported-content/modules/mendix-feedback.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document is for the Mendix Feedback module which is compatible with Studio
1212

1313
If you are using the deprecated Mendix Feedback widget (compatible with Studio Pro 8.6.0 and above), see the [Legacy Feedback Widget Docs](#legacy-feedback-docs) sections below.
1414

15-
All [Mendix Feedback](https://marketplace.mendix.com/link/component/199/) widgets with versions lower than 8.4.0 are disabled as of October 1, 2022. If you are using one of these versions, [upgrade your current Mendix Feedback widget with the latest version of this module](#upgrade).
15+
All Mendix Feedback widgets with versions lower than 8.4.0 are disabled as of October 1, 2022. If you are using one of these versions, [upgrade your current Mendix Feedback widget with the latest version of this module](#upgrade).
1616

1717
Mendix recommends using the newer Mendix Feedback module, as the deprecated Feedback widget will no longer receive regular updates.
1818
{{% /alert %}}
@@ -180,13 +180,13 @@ To show the Feedback button, do as follows:
180180
2. In your **Apps** [navigation pane](/developerportal/#navigation-pane), go to **Environments**.
181181
3. Go to the environment where you want to fix this issue and click **Details** ({{% icon name="notes-paper-edit" %}}) by the environment you want to view.
182182
4. Go to the **Network** tab.
183-
5. Under **HTTP Headers**, select **Content-Secutiry-Policy** and click **Edit**.
184-
6. Add the following code: `img-src: blob:;`.
183+
5. Under **HTTP Headers**, select **Content-Security-Policy** and click **Edit**.
184+
6. Add the following code: `img-src 'self' data: blob:;`.
185185

186186
## Legacy Feedback Widget Docs {#legacy-feedback-docs}
187187

188188
{{% alert color="warning" %}}
189-
**All Mendix Feedback widgets with versions lower than 8.4.0 are disabled as of October 1, 2022. If you are using one of these versions, download and replace your current [Mendix Feedback](https://marketplace.mendix.com/link/component/199/) widget with version 8.4.0 or higher.**
189+
**All Mendix Feedback widgets with versions lower than 8.4.0 are disabled as of October 1, 2022. If you are using one of these versions, download and replace your current Mendix Feedback widget with version 8.4.0 or higher.**
190190

191191
The feedback provided via a widget version lower than 8.4.0 is no longer sent to the [Feedback](/developerportal/app-insights/feedback/) page for your app in [Apps](https://sprintr.home.mendix.com/), but your app will keep working as usual.
192192

@@ -195,7 +195,7 @@ If you are using the [Native Mobile Resources](/appstore/modules/native-mobile-r
195195

196196
### Introduction
197197

198-
The [Mendix Feedback](https://marketplace.mendix.com/link/component/199/) widget allows end-users of your application to directly submit feedback into your app. The feedback widget is fully integrated with the [Feedback](/developerportal/app-insights/feedback/) page in [Apps](https://sprintr.home.mendix.com/), where you can review feedback and convert it into [user stories](/developerportal/project-management/epics/planning/) to improve your app.
198+
The Mendix Feedback widget allows end-users of your application to directly submit feedback into your app. The feedback widget is fully integrated with the [Feedback](/developerportal/app-insights/feedback/) page in [Apps](https://sprintr.home.mendix.com/), where you can review feedback and convert it into [user stories](/developerportal/project-management/epics/planning/) to improve your app.
199199

200200
{{< figure src="/attachments/appstore/platform-supported-content/widgets/mendix-feedback/feedback-in-app.png" width="350px" class="no-border" >}}
201201

0 commit comments

Comments
 (0)