Skip to content

Commit

Permalink
Update a11y-inspector.svelte with working proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dutscher committed May 14, 2024
1 parent 5172a51 commit 18b487e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/a11y-inspector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const
// The URL for the proxy-server we're using to bypass CORS-issues.
proxyUrl = 'http://a11y.neofonie.de:8080/';
proxyUrl = 'https://a11y.neofonie.de/cors/';
let
elmIframe,
Expand Down Expand Up @@ -99,4 +99,4 @@
box-shadow: inset 0 0 10px hsl(0deg 0% 0% / .2);
}
</style>
</style>

0 comments on commit 18b487e

Please sign in to comment.