You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1413,6 +1413,7 @@ Display a widget provided by an external source (3rd party). If you want to lear
1413
1413
| url | string | yes | |
1414
1414
| fallback-content-type | string | no | |
1415
1415
| allow-potentially-dangerous-html | boolean | no | false |
1416
+
| headers | key & value | no | |
1416
1417
| parameters | key & value | no | |
1417
1418
1418
1419
##### `url`
@@ -1421,6 +1422,14 @@ The URL of the extension. **Note that the query gets stripped from this URL and
1421
1422
##### `fallback-content-type`
1422
1423
Optionally specify the fallback content type of the extension if the URL does not return a valid `Widget-Content-Type` header. Currently the only supported value for this property is `html`.
1423
1424
1425
+
##### `headers`
1426
+
Optionally specify the headers that will be sent with the request. Example:
0 commit comments