Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 607382d.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Nov 29, 2023
1 parent 077453e commit 6616f2d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
9 changes: 7 additions & 2 deletions develop/_sources/reference/files/ood-portal-yml.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,13 @@ assets and links supplied by the web server are relative and not absolute.

.. describe:: host_regex (String)

the regular expression used as a allowlist for allowing a user to reverse
proxy to a given host.
.. warning::
Wildcards like ``.`` should be avoided because they cause issues in parsing.
``host_regex`` should always have a domain name that your center owns (for security)
and should specify lists of character classes like ``[w.-]`` (for proper functionality).

The regular expression used as a allowlist for allowing a user to reverse
proxy to a given host.

Default
Allow proxying to all hosts in the world (please change this if you
Expand Down
12 changes: 10 additions & 2 deletions develop/reference/files/ood-portal-yml.html
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,16 @@ <h2>Configure Logout Redirect<a class="headerlink" href="#configure-logout-redir
<dl class="describe">
<dt>
<code class="sig-name descname">host_regex (String)</code></dt>
<dd><p>the regular expression used as a allowlist for allowing a user to reverse
<dd><div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Wildcards like <code class="docutils literal notranslate"><span class="pre">.</span></code> should be avoided because they cause issues in parsing.
<code class="docutils literal notranslate"><span class="pre">host_regex</span></code> should always have a domain name that your center owns (for security)
and should specify lists of character classes like <code class="docutils literal notranslate"><span class="pre">[w.-]</span></code> (for proper functionality).</p>
</div>
<p>The regular expression used as a allowlist for allowing a user to reverse
proxy to a given host.</p>
<dl>
<blockquote>
<div><dl>
<dt>Default</dt><dd><p>Allow proxying to all hosts in the world (please change this if you
enable this feature)</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">host_regex</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;[^/]+&quot;</span><span class="w"></span>
Expand All @@ -840,6 +847,7 @@ <h2>Configure Logout Redirect<a class="headerlink" href="#configure-logout-redir
</div>
</dd>
</dl>
</div></blockquote>
</dd></dl>

<dl class="describe">
Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6616f2d

Please sign in to comment.