Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4be8e8b

Browse files
author
Richard Taylor
committed
Fix typo
1 parent 08a6aa2 commit 4be8e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎REFERENCE.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Removes a query parameter key name previously added using `addSubstitutionQueryP
6969
public static func removeSubstitutionQueryParam(key: String)
7070
```
7171

72-
## AddExclusionURLRegex
72+
## addExclusionURLRegex
7373
Adds an exclusion URL [regular expression](https://regex101.com/) via the `urlRegex` parameter. If a URL for a request matches this regular expression then it will not be subject to any Approov protection.
7474

7575
```swift
@@ -78,7 +78,7 @@ public static func addExclusionURLRegex(urlRegex: String)
7878

7979
Note that this facility must be used with *EXTREME CAUTION* due to the impact of dynamic pinning. Pinning may be applied to all domains added using Approov, and updates to the pins are received when an Approov fetch is performed. If you exclude some URLs on domains that are protected with Approov, then these will be protected with Approov pins but without a path to update the pins until a URL is used that is not excluded. Thus you are responsible for ensuring that there is always a possibility of calling a non-excluded URL, or you should make an explicit call to fetchToken if there are persistent pinning failures. Conversely, use of those option may allow a connection to be established before any dynamic pins have been received via Approov, thus potentially opening the channel to a MitM.
8080

81-
## RemoveExclusionURLRegex
81+
## removeExclusionURLRegex
8282
Removes an exclusion URL regular expression (`urlRegex`) previously added using `addExclusionURLRegex`.
8383

8484
```swift

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /