Skip to content

Commit

Permalink
Merge pull request #11 from mozfreddyb/redirect-purification-to-sanit…
Browse files Browse the repository at this point in the history
…izer-api

Redirect 'purification' to 'sanitizer-api'
  • Loading branch information
yoavweiss authored Mar 23, 2021
2 parents 5e37067 + fd6d9e5 commit 535fc51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions purification/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<script>
let currentHash = window.location.hash;
let newLocation = "https://wicg.github.io/sanitizer-api/" + currentHash;
window.location = newLocation;
</script>

0 comments on commit 535fc51

Please sign in to comment.