Update ADR-0006

pull/190/head
Sunshine 4 years ago committed by GitHub
parent 769953d7bd
commit ac04af2cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save