Skip to content

Commit

Permalink
update extension: work on all *.dhr.wtf sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Mar 31, 2024
1 parent 5f07e58 commit 86e6a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ window.addEventListener('message', (event) => {
if (
!(
window.location.hostname === 'localhost' ||
window.location.hostname === 'anycontext.dhr.wtf'
window.location.hostname.endsWith('dhr.wtf')
)
) {
console.log(
Expand Down

0 comments on commit 86e6a1a

Please sign in to comment.