monolith/docs/arch/0006-reload-and-location-me...

20 lines
660 B
Markdown
Raw Permalink Normal View History

2020-11-23 04:20:37 +01:00
# 6. Reload and location `meta` tags
Date: 2020-06-25
## Status
Accepted
## Context
HTML documents may contain `meta` tags capable of automatically refreshing the page or redirecting to another location.
## Decision
2020-06-26 20:44:54 +02:00
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
2020-06-26 20:44:54 +02:00
Monolith will ensure that saved documents do not contain `meta` tags capable of changing location or reloading the page.