Open Bug 949899 Opened 11 years ago Updated 2 years ago

ignored url in meta tag

Categories

(Core :: DOM: Navigation, defect)

26 Branch
x86_64
Windows 8
defect

Tracking

()

UNCONFIRMED

People

(Reporter: ignatio2007, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Steps to reproduce:

Founded in meta tag(html) for firefox 26.0, for windows

html content:

<meta content='url=text;text2;url=//mail.ru' http-equiv='refresh' name='description' /> - don't redirect
<meta content='text;url=text2;url=//mail.ru' http-equiv='refresh' name='description' /> - don't redirect

but html

<meta content='url=text;url=//mail.ru'http-equiv='refresh' name='description' />    - redirected to mail.ru

To ignored the first url(url=text) and redirect to site mail.ru

may be to use bypass filters for redirecting


Actual results:

To ignored the first url(url=text) and redirect to site mail.ru
Flags: sec-bounty?
Component: Untriaged → Document Navigation
Product: Firefox → Core
Will need to check the spec on this. Doesn't meet the severity criteria for the bug bounty though.
Flags: sec-bounty? → sec-bounty-
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.