Skip to content

Commit 8fbfc0d

Browse files
authored
1 parent 9ee7050 commit 8fbfc0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/data/compat-grant.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ export const compatMap: CompatMap = {
179179
{ type: 'tampermonkey', versionConstraint: '>=3.6.3737' },
180180
{ type: 'violentmonkey', versionConstraint: '>=2.9.4' }
181181
],
182-
'GM.webRequest': [{ type: 'tampermonkey', versionConstraint: '>=4.5' }],
183-
GM_webRequest: [{ type: 'tampermonkey', versionConstraint: '>=4.4' }],
182+
'GM.webRequest': [{ type: 'tampermonkey', versionConstraint: '>=4.5 <=5.2' }],
183+
GM_webRequest: [{ type: 'tampermonkey', versionConstraint: '>=4.4 <=5.2' }],
184184
GM_xmlhttpRequest: [
185185
{ type: 'tampermonkey', versionConstraint: '*' },
186186
{ type: 'violentmonkey', versionConstraint: '*' },

0 commit comments

Comments
 (0)