mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 11:25:53 +03:00
[GH-ISSUE #34] Question about meta tags. #16
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frju365 on GitHub (Sep 28, 2019).
Original GitHub issue: https://github.com/charlesabarnes/SPFtoolbox/issues/34
I have a long question : Can we get rid of useless meta tags ?
I wanted to know what are the goal of these meta tag "http-equiv" and "pragma" because, even if I know what are the goal of this header, I don't find the reason of no using php header. :-)
I did a test and these tags are simply not working with my browser for example. I did a test :
with meta tags :

using php header :

Perhaps there is something I don't understand, but I checked on w3c website about this meta tags and I found that they doesn't recommend to use it (cf. W3C validator).
@charlesabarnes commented on GitHub (Sep 30, 2019):
Hello! Initially when I included those headers I was concerned about caching since the code was kinda bad. I wanted to be able to push up quick fixes without the responses being cached by browsers. I am open to suggestions with how to address caching by browsers.
@frju365 commented on GitHub (Oct 11, 2019):
Let's close this : Fixed in https://github.com/charlesabarnes/SPFtoolbox/pull/36