We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc624d3 commit cda29f8Copy full SHA for cda29f8
LearningHub.Nhs.WebUI/appsettings.json
@@ -63,6 +63,20 @@
63
"ResourceLicenseUrl": "https://support.learninghub.nhs.uk/support/solutions/articles/80000986606-which-licence-should-i-select-when-contributing-a-resource-to-the-learning-hub-",
64
"SupportUrlExcludedFiles": "https://localhost/resource/excludedfiles",
65
"MediaActivityPlayingEventIntervalSeconds": 5,
66
+ "BFFPathValidation": {
67
+ "AllowedPathPrefixes": [
68
+ "search/",
69
+ "catalogue/",
70
+ "Resource/GetArticleDetails",
71
+ "Resource/GetAudioDetails",
72
+ "Resource/GetFileTypes"
73
+ ],
74
+ "BlockedPathSegments": [
75
+ "Admin",
76
+ "User/Delete",
77
+ "Sensitive"
78
+ ]
79
+ },
80
"TwitterCredentials": {
81
"ConsumerKey": "",
82
"ConsumerSecret": "",
0 commit comments