update 'frontend.yml' for new 'html_path' directive (#716)

This commit is contained in:
Michael Quigley 2024-08-06 12:03:12 -04:00
parent 4d55eb9c97
commit 46eadc9a7c
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -18,6 +18,11 @@ v: 3
# #
# enabled: true
#
# # Specify a path to an external HTML file containing the interstitial page.
# # See `endpoints/publicProxy/interstitialUi/index.html` for details on how the page works.
# #
# html_path: /some/path/to/interstitial.html
#
# # Specify a list of User-Agent prefixes that should receive the interstitial page. If interstitial pages are enabled
# # and this list is not set, all user agents will receive an interstitial page.
# #