Skip to content

translate security #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions user_guide_ja/libraries/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ <h2>クロスサイトリクエストフォージェリ (CSRF)</h2>

<p><a href="../helpers/form_helper.html">フォームヘルパー</a> の <var>form_open()</var> 関数を使用すると、フォームに対して CSRF 保護用の hidden フィールドが自動的に挿入されます。</p>

<p>CSRF 保護のホワイトリストに追加したい URI を設定します。(たとえば 外部から POST されたコンテンツの API のエンドポイント)&apos;csrf_exclude_uris&apos; パラメータを編集して URI を追加することができます。:</p>
<code>$config['csrf_exclude_uris'] = array('api/person/add');</code>

</div>
<!-- END CONTENT -->

Expand Down