Skip to content

Commit

Permalink
fix: re-add metadata spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 25, 2022
1 parent 27df285 commit 1160b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/css/_colon_-moz-locale-dir_ltr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- Reference
- Selector
---

{{CSSRef}}{{Non-standard_header}}

The **`:-moz-locale-dir(ltr)`** [CSS](/en-US/docs/Web/CSS) [pseudo-class](/en-US/docs/Web/CSS/Pseudo-classes) is a [Mozilla extension](/en-US/docs/Web/CSS/Mozilla_Extensions) that matches an element if the user interface is being displayed left-to-right. This is determined by the preference `intl.uidirection.locale` (where `locale` is the current locale) being set to "ltr".
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/css/_colon_-moz-locale-dir_rtl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tags:
- Right-to-left
- Selector
---

{{CSSRef}}{{Non-standard_header}}

The **`:-moz-locale-dir(rtl)`** [CSS](/en-US/docs/Web/CSS) [pseudo-class](/en-US/docs/Web/CSS/Pseudo-classes) is a [Mozilla extension](/en-US/docs/Web/CSS/Mozilla_Extensions) that matches an element if the user interface is being displayed right-to-left. This is determined by the preference `intl.uidirection.locale` (where `locale` is the current locale) being set to "rtl".
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/http/cross-origin_resource_policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:
- Security
browser-compat: http.headers.Cross-Origin-Resource-Policy
---

{{HTTPSidebar}}

**Cross-Origin Resource Policy** is a policy set by the [`Cross-Origin-Resource-Policy` HTTP header](/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy) that lets web sites and applications opt in to protection against certain requests from other origins (such as those issued with elements like `<script>` and `<img>`), to mitigate speculative side-channel attacks, like [Spectre](<https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)>), as well as Cross-Site Script Inclusion attacks.
Expand Down

0 comments on commit 1160b3e

Please sign in to comment.