10603.1.1
by Gary Poster
Add a new exception and exception view to help users encountering problems because they do not have a REFERER header. |
1 |
<html
|
2 |
xmlns="http://www.w3.org/1999/xhtml" |
|
3 |
xmlns:tal="http://xml.zope.org/namespaces/tal" |
|
4 |
xmlns:metal="http://xml.zope.org/namespaces/metal" |
|
5 |
xmlns:i18n="http://xml.zope.org/namespaces/i18n" |
|
6 |
metal:use-macro="view/macro:page/locationless" |
|
7 |
i18n:domain="launchpad" |
|
8 |
>
|
|
9 |
<body>
|
|
10 |
<div class="top-portlet" metal:fill-slot="main"> |
|
11 |
<h1 class="exception">No <code>REFERER</code> Header</h1> |
|
12 |
<p>Launchpad requires a <code>REFERER</code> header to perform |
|
10603.1.3
by Gary Poster
clean up based on reviews |
13 |
this action. There is no <code>REFERER</code> header present. |
14 |
This can be caused by configuring your browser to block |
|
15 |
<code>REFERER</code> headers.</p> |
|
10603.1.1
by Gary Poster
Add a new exception and exception view to help users encountering problems because they do not have a REFERER header. |
16 |
<p>Unblock <code>REFERER</code> headers for launchpad.net and try |
17 |
again, or see <a
|
|
11677.3.3
by Robert Collins
More edge removal. |
18 |
href="https://answers.launchpad.net/launchpad/+faq/1024">the |
10603.1.3
by Gary Poster
clean up based on reviews |
19 |
FAQ <em>Why does Launchpad require a REFERER header?</em></a> for |
20 |
more information.</p>
|
|
10603.1.1
by Gary Poster
Add a new exception and exception view to help users encountering problems because they do not have a REFERER header. |
21 |
<p>You can also join <a href="irc://irc.freenode.net/launchpad">the |
22 |
#launchpad IRC support channel on irc.freenode.net</a> for further
|
|
23 |
assistance.</p>
|
|
24 |
</div>
|
|
25 |
</body>
|
|
26 |
</html>
|