-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
White list doesn't work properly #102
Labels
Comments
Hello @MeGlax, Can you please share your full configuration? PS: you can use the export functionality to do so. |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->{ "isEnabled": true, "mode": "blacklist", "action": "blockTab", "framesType": [ "main_frame", "sub_frame" ], "message": "", "displayBlankPage": false, "displayBlockedLink": false, "redirectUrl": "", "enableLogs": false, "logsLength": 100, "hideReportIssueButton": false, "showAddWebsitePrompt": false, "enableOnBrowserStartup": false, "schedule": { "isEnabled": false, "days": { "monday": [], "tuesday": [], "wednesday": [], "thursday": [], "friday": [], "saturday": [], "sunday": [] } }, "password": { "isEnabled": true, "allowActivationWithoutPassword": false, "allowAddingWebsitesWithoutPassword": false, "blockAccessToExtensionsPage": false, "hash": "$2a$10$EOFmF6GG5/YR5dPW9kqJvuXFWwe9Ts527kwU400Z3ET/ZsQ7I0lhi" }, "unblock": { "isEnabled": true, "requirePassword": true, "unblockOnceTimeout": 10, "displayNotificationOnTimeout": true, "autoReblockOnTimeout": false }, "timer": { "isEnabled": true, "defaultValue": "00:30", "allowStoppingTimer": true, "displayNotificationOnComplete": true, "allowUsingTimerWithoutPassword": false, "runtime": { "duration": 0, "endDate": 0 } }, "blacklist": [ "https://discord.com/", "www.tiktok.com", "www.instagram.com", "www.discord.com", "www.messenger.com", "www.facebook.com" ], "whitelist": [ "*.wikipedia.org" ], "blacklistKeywords": [], "whitelistKeywords": [], "blacklistLastModifiedDate": 1722931288882, "whitelistLastModifiedDate": null, "blacklistKeywordsLastModifiedDate": null, "whitelistKeywordsLastModifiedDate": null} From: AXeLSent: Tuesday, August 6, 2024 11:12To: AXeL-dev/distract-me-notCc: Valentinas; MentionSubject: Re: [AXeL-dev/distract-me-not] White list doesn't work properly (Issue #102) Hello @MeGlax,Can you please share your full configuration?PS: you can use the export functionality to do so.image.png (view on web)—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your issue here.
Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo.
Impossible to white list pages like MDN web docs, for example this link:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
If you were to white list mozilla.org or developer.mozilla.org, it still wont let me go into the page, unless i white list the whole link, to the specific MDN doc, but if i were to open another doc, than i would need to white list it again, even tho it's from the same page.
Tell us what should happen
When you add https://mozilla.org/ into whitelist or at least https://developer.mozilla.org/ into whitelist, you should be able to access all of the MDN web docs.
Tell us what happens instead
It either does not work, or works only if i write the specific subdirectory, but than it doesn't work with other subdirectories.
The text was updated successfully, but these errors were encountered: