repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git]
/
security
/
manager
/
ssl
/
tests
/
mochitest
/
mixedcontent
/
alloworigin.sjs
blob
96c14f4e6529687cd3db8a253b1c3870345acc48
1
"use strict";
2
3
function handleRequest(request, response) {
4
response.setStatusLine(request.httpVersion, 200, "OK");
5
response.setHeader("Access-Control-Allow-Origin", "*");
6
response.write("<html><body>hello!</body></html>");
7
}