Mozilla undo "Always Block Notifications" - mozilla

Using the web notifications api Mozilla will ask user for permission. If I choose 'Always Block Notifications' there seems no way to undo that setting(?).
I've checked about:config, and dom.notifications.enabled is true.
But calling Notification.requestPermission() never shows the popup again...

Under the menu at right-hand side of the Firefox toolbar, go to History -> Show All History. Find the site in question, right-click on it, and choose Forget About This Site from the context menu. This will clear all site data and site-related preferences including the notifications preferences, so you'll be able to get the notification prompt again.

Related

Azure API Management Developer Portal edit detail options

I am new to APIM, when I try to edit the page api-details and change some of the defaults for "List of Operations" it does not present me with an option to save (stays greyed out). Instead I get a message saying "This section is part of a "Default" layout. Would you like to open it for editing?"
Opening the default layout doesnt really do anything in terms of helping me save these options. How to I save these options? Like "Allow switching between URL paths and operation names"?
After selecting default group the following happens.
One of the workaround to save the changes made to layout in APIM developer portal as following:
Go to the developer portal of the APIM Instance > Click on APIs option on right top corner > Click on Edit Layouts option comes in the bottom right corner >
Edit your layout by adding the required options like List of APIs or API History or Widgets and then click on Save button is available on left side.
After making selection, Save option will be enabled to apply changes.

Login page in Template 10

Can you suggest a way to have login page without hamburger menu?
So the app start with the login page(without Shall or hamburger menu). After login the current page becomes a home page with the hamburger menu.
I have tried to make changes to the navigation service, but it didn't work.
What is the proper way to do this?
Not tried it myself yet, but I thought the IsFullScreen property serverd that purpose.
So when you set it to true, the SplitView will not be visible until you set it back to false.
Some comments from the template itself https://github.com/Windows-XAML/Template10/blob/master/Template10%20(Library)/Controls/HamburgerMenu.xaml.cs#L316
This may be a little simplistic, but why not just make the first place you navigate to your app login screen, and THEN navigate to your Shell? Otherwise you can always use the ModalDialog that houses the Shell, or you could follow the techniques in the Login Template 10 sample in GitHub.

What is the way to clear localStorage data in Chrome Background Extension

In the background script if I do something like:
localStorage.lastname = "Smith";
Is there any way I can clear "lastname" property like we do using History all clear in any browser? Without doing programatically and also without removing the extension?
Since HTML5 localStorage access is synchronous operation unlike chrome.storage. I just want to be sure that even though if ordinary user clears the browser history the localStorage set by the background script remains there
In the chrome://extensions/ page, enable developer mode.
Then click on "Inspect views: background page".
That should open a Developer Tools window.
In that window select the "Resources" option.
Then on the left you have "Local Storage" as one of the options.
Expand that option and select chrome-extension://...
In the panel of the right you'll be able see all the properties set and remove them individually.

How can I put my Instagram client into Live mode?

I downloaded Instagram yesterday so I could sign up and then created a new client which is currently in Sandbox mode. I have created a website which searches for certain hashtags across Twitter and Instagram and the only thing which holds me back from going live is that the Instagram client is still in sandbox mode.
The "Go Live" button is disabled and I have no idea what I need to do to get it enabled. The documentation doesn't say anything. It mentions somewhere that there is a review process, but I don't even see an option to submit my application for a review. How does that even work anyway, because my application is not a phone app. I have made a website which is mobile friendly but it doesn't even require a user login.
Any more information and clarification is much appreciated!
You have get your app reviewed by Instagram first.
Click Edit for your client, Click on the Permissions tab and submit for review. Once approved, u will be able to click Go Live
Since 17th of November, Instagram made his API more protected for spam/fraud/copycat apps.
You can read more about it here: https://www.instagram.com/about/legal/terms/api/
I put my application from last 12 days in Instagram Developer Console but not getting any reply from them so I found a new way to submit the app using below steps and It's work for me.
Old Process:-
I think there is some update related to the Instagram App review, please check below steps & screenshot you will get the idea of how to submit Instagram app from Sandbox to Live mode in the new updates.
Steps:-
1) https://developers.facebook.com/ Click on this link and enter into the facebook developer console.
2) Now click on My App or Create the new app if there is not any created.
3) Click on Product(+) which is in the left side panel (More clarification see the attached screenshot)
4) Select the Instagram and click on Add button
5) Now you will be able to see one more menu in panel namely "Instagram" (More clarification see the attached screenshot)
6) Click on that and you will be able to see the list of permission in right side view
7) Select your respective permission which you require and submit the app for review.
[Note:- You need to give your .apk and .zip file accordingly android & iOS. You also need to submit screencast of your flow and especially to show the part which indicates why you need this permission]
This is the way for live mode after Instagram Platform Updated on June, 2016.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
1) Manage Clients -> MANAGE -> Sandbox(Tab) -> Add user name to Sandbox User and Save.
2) Open the Permissions Tab and click Start a submission button to put your client into live mode.
After this process take how much time for live the instagarm

Why can I not enter Edit Mode on my custom pages in SharePoint?

I have a very strange issue I just cannot figure out. I am not able to enter Edit Mode on my custom pages. Appending my URL with ?ToolPaneView=2 does nothing. Manipulating the Site Actions button to custom content and changing the MenuItem_EditPage to get the Edit Page button back bring the page into some kind of edit mode with the "Exit Edit Mode" button but still no toolbar or ability to manipulate web parts.
Anyone seen this before?
Thanks
My experience was that the page was created with the SharePoint Server Publishing feature turned on. The site feature was later deactivated and the page could not be edited. Re-activating the feature enabled editing.
I had it once when the page was checked out by the system user.
Discard the current check-out (and lose changes) and I could edit the page again.

Resources