Update ADR-0006
This commit is contained in:
parent
769953d7bd
commit
ac04af2cfc
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# 4. Reload and location `meta` nodes
|
||||
# 4. Reload and location `meta` tags
|
||||
|
||||
Date: 2020-06-25
|
||||
|
||||
|
@ -12,8 +12,8 @@ HTML documents may contain `meta` tags capable of automatically refreshing the p
|
|||
|
||||
## Decision
|
||||
|
||||
Since the resulting document is saved to disk and generally not intended to be served over the network, it only makes sense to remove `meta` nodes that have `http-equiv` attribute equal to "Refresh" or "Location" in order to prevent them from forcing page to reload or redirect to another location.
|
||||
Since the resulting document is saved to disk and generally not intended to be served over the network, it only makes sense to remove `meta` tags that have `http-equiv` attribute equal to "Refresh" or "Location", in order to prevent them from reloading the page or redirecting to another location.
|
||||
|
||||
## Consequences
|
||||
|
||||
Monolith will ensure that saved documents do not contain `meta` tags capable of changing location or reloading page.
|
||||
Monolith will ensure that saved documents do not contain `meta` tags capable of changing location or reloading the page.
|
Loading…
Reference in a new issue