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/config/01-configuration-file.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
@@ -277,6 +277,15 @@ upon the completion of running the tests. Setting this to false is useful when e
277
277
278
278
If true, Karma does not display the banner and browser list. Useful when using karma on component tests with screenshots.
279
279
280
+
## client.allowedReturnUrlPatterns
281
+
**Type:** Array
282
+
283
+
**Default:**`['^https?://']`
284
+
285
+
**Description:** Define the string representations of the regular expressions that will be allowed for the `return_url` query parameter.
286
+
287
+
If the value of the `return_url` query parameter does not match any regular expression derived from the string representation of each of the elements of this array, navigation to it will be blocked.
0 commit comments