mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
cleanUrls must be disabled to avoid a 301 redirect during authentication. (#10853)
This commit is contained in:
@@ -12,6 +12,7 @@ gaze(['css/**/*.css'], (err, watcher) => {
|
||||
|
||||
const server = http.createServer((request, response) => {
|
||||
return serve(request, response, {
|
||||
cleanUrls: false,
|
||||
symlinks: true,
|
||||
headers: [{
|
||||
source: '**',
|
||||
|
||||
Reference in New Issue
Block a user