Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock authored and github-actions[bot] committed Sep 5, 2024
1 parent fbb64c6 commit b7ddc72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/referrers.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"entries": [
{
"name": "Alitu Web Player",
"examples": [
"https://asdf.alitu.com/",
"https://www.alitu.com/"
]
},
{
"name": "Amazon Music",
"examples": [
Expand Down
5 changes: 5 additions & 0 deletions build/referrers.runtime.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"entries": [
{
"name": "Alitu Web Player",
"pattern": "://[^./]+\\.alitu\\.com/",
"category": "host"
},
{
"name": "Amazon Music",
"pattern": "^https://music\\.amazon\\.",
Expand Down

0 comments on commit b7ddc72

Please sign in to comment.