mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
remove permission to the server -- CORS already configured
This commit is contained in:
@@ -54,8 +54,7 @@
|
|||||||
],
|
],
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
"*://www.youtube.com/*",
|
"*://www.youtube.com/*",
|
||||||
"*://m.youtube.com/*",
|
"*://m.youtube.com/*"
|
||||||
"https://server.lawrencehook.com/*"
|
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [{
|
"web_accessible_resources": [{
|
||||||
"resources": ["/images/rys.svg"],
|
"resources": ["/images/rys.svg"],
|
||||||
|
|||||||
@@ -55,8 +55,7 @@
|
|||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"*://www.youtube.com/*",
|
"*://www.youtube.com/*",
|
||||||
"*://m.youtube.com/*",
|
"*://m.youtube.com/*"
|
||||||
"https://server.lawrencehook.com/*"
|
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"/images/rys.svg"
|
"/images/rys.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user