Skip to content

Commit

Permalink
Doc fix: X_FRAME_OPTIONS for ext resources
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 18, 2024
1 parent f3f87c8 commit 89dc1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ For example, you can add the following to your `local_settings.py`:

.. code-block:: python
X_FRAME_OPTIONS = 'ALLOWALL' # or specify a domain like 'ALLOW-FROM https://www.yourwebsite.com'
X_FRAME_OPTIONS = 'SAMEORIGIN'
.. autoclass:: TabDesc
Expand Down

0 comments on commit 89dc1dc

Please sign in to comment.