We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8d7c7 commit 721840dCopy full SHA for 721840d
lib/har-driver-actor.js
@@ -276,7 +276,7 @@ function ExportDriverApi(actor) {
276
function securityCheck(method) {
277
return function(options) {
278
if (options.token != actor.token) {
279
- let pref = "devtools.netmonitor.har.contentAPIToken";
+ let pref = "extensions.netmonitor.har.contentAPIToken";
280
let msg = "Security check didn't pass. You need to set '" +
281
pref + "' pref to match the string token passed into " +
282
"HAR object API call (browser restart is required)";
0 commit comments